extract gets and saves most tables worked on

some cases still need some work...
This commit is contained in:
2026-08-08 22:32:31 +02:00
parent f14f709649
commit 24caf23986
151 changed files with 7017 additions and 1215 deletions
+40
View File
@@ -11,6 +11,9 @@
{
"object": "table_h",
"operation": "drop_constraint",
"tables": [
"production_bom_input"
],
"line": 75,
"args": [
"'product_bom_uniq'"
@@ -21,6 +24,28 @@
}
]
},
{
"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",
@@ -30,6 +55,9 @@
{
"object": "table_h",
"operation": "column_rename",
"tables": [
"production"
],
"line": 256,
"args": [
"'code'",
@@ -43,6 +71,9 @@
{
"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))"
@@ -54,6 +85,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"production"
],
"line": 262,
"args": [
"[table.planned_start_date]",
@@ -68,6 +102,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"production"
],
"line": 269,
"args": [
"*table.update([table.state], ['cancelled'], where=table.state == 'cancel')"
@@ -79,6 +116,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"production"
],
"line": 269,
"args": [
"[table.state]",