Files
tryton-db-migration/data/7.8/production.json
T

125 lines
3.4 KiB
JSON

{
"version": "7.8",
"module": "production",
"files": [
{
"module": "production",
"file": "bom.py",
"class": "BOMInput",
"method": "__register__",
"line": 208,
"operations": [
{
"object": "table_h",
"operation": "column_rename",
"tables": [
"production_bom_input"
],
"line": 214,
"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": 220,
"args": [
"'product_bom_uniq'"
],
"kwargs": {},
"code": "table_h.drop_constraint('product_bom_uniq')",
"phase": "after_super"
},
{
"object": "table_h",
"operation": "not_null_action",
"tables": [
"production_bom_input"
],
"line": 222,
"args": [
"'product'",
"'remove'"
],
"kwargs": {},
"code": "table_h.not_null_action('product', 'remove')",
"phase": "after_super"
}
]
},
{
"module": "production",
"file": "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": "(Transaction().connection.cursor()).execute(*table.update(\n [table.method], ['ir.cron|stock_shipment_assign_try'],\n 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(\n [table.method], ['ir.cron|stock_shipment_assign_try'],\n where=table.method == 'production|assign_cron')",
"phase": "after_super"
}
]
},
{
"module": "production",
"file": "production.py",
"class": "Production",
"method": "__register__",
"line": 281,
"operations": [
{
"object": "table_h",
"operation": "column_rename",
"tables": [
"production"
],
"line": 287,
"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'))"
}
]
}
]
}