Public Access
138 lines
3.8 KiB
JSON
138 lines
3.8 KiB
JSON
{
|
|
"version": "7.2",
|
|
"module": "production",
|
|
"files": [
|
|
{
|
|
"file": "/home/uha4/tmp/tryton/modules/production/bom.py",
|
|
"class": "BOMInput",
|
|
"method": "__register__",
|
|
"line": 72,
|
|
"operations": [
|
|
{
|
|
"object": "table_h",
|
|
"operation": "column_rename",
|
|
"tables": [
|
|
"production_bom_input"
|
|
],
|
|
"line": 78,
|
|
"args": [
|
|
"'uom'",
|
|
"'unit'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table_h.column_rename('uom', 'unit')",
|
|
"phase": "before_super",
|
|
"condition": "table_h.column_exist('uom') and (not table_h.column_exist('unit'))"
|
|
},
|
|
{
|
|
"object": "table_h",
|
|
"operation": "drop_constraint",
|
|
"tables": [
|
|
"production_bom_input"
|
|
],
|
|
"line": 84,
|
|
"args": [
|
|
"'product_bom_uniq'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table_h.drop_constraint('product_bom_uniq')",
|
|
"phase": "after_super"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"file": "/home/uha4/tmp/tryton/modules/production/ir.py",
|
|
"class": "Cron",
|
|
"method": "__register__",
|
|
"line": 19,
|
|
"operations": [
|
|
{
|
|
"object": "cursor",
|
|
"operation": "execute",
|
|
"tables": [
|
|
"ir_cron"
|
|
],
|
|
"line": 26,
|
|
"args": [
|
|
"*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')"
|
|
],
|
|
"kwargs": {},
|
|
"code": "cursor.execute(*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron'))",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "table",
|
|
"operation": "update",
|
|
"tables": [
|
|
"ir_cron"
|
|
],
|
|
"line": 26,
|
|
"args": [
|
|
"[table.method]",
|
|
"['ir.cron|stock_shipment_assign_try']"
|
|
],
|
|
"kwargs": {
|
|
"where": "table.method == 'production|assign_cron'"
|
|
},
|
|
"code": "table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')",
|
|
"phase": "after_super"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"file": "/home/uha4/tmp/tryton/modules/production/production.py",
|
|
"class": "Production",
|
|
"method": "__register__",
|
|
"line": 265,
|
|
"operations": [
|
|
{
|
|
"object": "table_h",
|
|
"operation": "column_rename",
|
|
"tables": [
|
|
"production"
|
|
],
|
|
"line": 271,
|
|
"args": [
|
|
"'uom'",
|
|
"'unit'"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table_h.column_rename('uom', 'unit')",
|
|
"phase": "before_super",
|
|
"condition": "table_h.column_exist('uom') and (not table_h.column_exist('unit'))"
|
|
},
|
|
{
|
|
"object": "cursor",
|
|
"operation": "execute",
|
|
"tables": [
|
|
"production"
|
|
],
|
|
"line": 279,
|
|
"args": [
|
|
"*table.update([table.state], ['cancelled'], where=table.state == 'cancel')"
|
|
],
|
|
"kwargs": {},
|
|
"code": "cursor.execute(*table.update([table.state], ['cancelled'], where=table.state == 'cancel'))",
|
|
"phase": "after_super"
|
|
},
|
|
{
|
|
"object": "table",
|
|
"operation": "update",
|
|
"tables": [
|
|
"production"
|
|
],
|
|
"line": 279,
|
|
"args": [
|
|
"[table.state]",
|
|
"['cancelled']"
|
|
],
|
|
"kwargs": {
|
|
"where": "table.state == 'cancel'"
|
|
},
|
|
"code": "table.update([table.state], ['cancelled'], where=table.state == 'cancel')",
|
|
"phase": "after_super"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |