Files
tryton-db-migration/data/6.4/production.json
T
uha4 d4337ad1a5 extractor erstmal fertig
- er findet fast alle tabellen
- quellcode wird entpackt wenn er in einer variable ist
2026-08-09 00:47:23 +02:00

136 lines
4.1 KiB
JSON

{
"version": "6.4",
"module": "production",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/production/bom.py",
"class": "BOMInput",
"method": "__register__",
"line": 70,
"operations": [
{
"object": "table_h",
"operation": "drop_constraint",
"tables": [
"production_bom_input"
],
"line": 75,
"args": [
"'product_bom_uniq'"
],
"kwargs": {},
"code": "table_h.drop_constraint('product_bom_uniq')",
"phase": "after_super"
}
]
},
{
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py",
"class": "ConfigurationProductionSequence",
"method": "__register__",
"line": 44,
"operations": [
{
"object": "backend.TableHandler",
"operation": "table_exist",
"tables": [
"production_configuration_production_sequence"
],
"line": 45,
"args": [
"cls._table"
],
"kwargs": {},
"code": "backend.TableHandler.table_exist(cls._table)",
"phase": "before_super"
}
]
},
{
"file": "/home/uha4/tmp/tryton/modules/production/production.py",
"class": "Production",
"method": "__register__",
"line": 250,
"operations": [
{
"object": "table_h",
"operation": "column_rename",
"tables": [
"production"
],
"line": 256,
"args": [
"'code'",
"'number'"
],
"kwargs": {},
"code": "table_h.column_rename('code', 'number')",
"phase": "before_super",
"condition": "table_h.column_exist('code')"
},
{
"object": "cursor",
"operation": "execute",
"tables": [
"production"
],
"line": 262,
"args": [
"*table.update([table.planned_start_date], [table.planned_date], where=(table.planned_start_date == Null) & (table.planned_date != Null))"
],
"kwargs": {},
"code": "(Transaction().connection.cursor()).execute(*table.update(\n [table.planned_start_date],\n [table.planned_date],\n where=(table.planned_start_date == Null)\n & (table.planned_date != Null)))",
"phase": "after_super"
},
{
"object": "table",
"operation": "update",
"tables": [
"production"
],
"line": 262,
"args": [
"[table.planned_start_date]",
"[table.planned_date]"
],
"kwargs": {
"where": "(table.planned_start_date == Null) & (table.planned_date != Null)"
},
"code": "table.update(\n [table.planned_start_date],\n [table.planned_date],\n where=(table.planned_start_date == Null)\n & (table.planned_date != Null))",
"phase": "after_super"
},
{
"object": "cursor",
"operation": "execute",
"tables": [
"production"
],
"line": 269,
"args": [
"*table.update([table.state], ['cancelled'], where=table.state == 'cancel')"
],
"kwargs": {},
"code": "(Transaction().connection.cursor()).execute(*table.update(\n [table.state], ['cancelled'],\n where=table.state == 'cancel'))",
"phase": "after_super"
},
{
"object": "table",
"operation": "update",
"tables": [
"production"
],
"line": 269,
"args": [
"[table.state]",
"['cancelled']"
],
"kwargs": {
"where": "table.state == 'cancel'"
},
"code": "table.update(\n [table.state], ['cancelled'],\n where=table.state == 'cancel')",
"phase": "after_super"
}
]
}
]
}