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
+37
View File
@@ -2,6 +2,28 @@
"version": "5.8",
"module": "production",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/production/configuration.py",
"class": "ConfigurationProductionSequence",
"method": "__register__",
"line": 43,
"operations": [
{
"object": "backend.TableHandler",
"operation": "table_exist",
"tables": [
"production_configuration_production_sequence"
],
"line": 44,
"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",
@@ -11,6 +33,9 @@
{
"object": "table_h",
"operation": "column_rename",
"tables": [
"production"
],
"line": 260,
"args": [
"'code'",
@@ -24,6 +49,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"production"
],
"line": 266,
"args": [
"*table.update([table.planned_start_date], [table.planned_date], where=(table.planned_start_date == Null) & (table.planned_date != Null))"
@@ -35,6 +63,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"production"
],
"line": 266,
"args": [
"[table.planned_start_date]",
@@ -49,6 +80,9 @@
{
"object": "cursor",
"operation": "execute",
"tables": [
"production"
],
"line": 273,
"args": [
"*table.update([table.state], ['cancelled'], where=table.state == 'cancel')"
@@ -60,6 +94,9 @@
{
"object": "table",
"operation": "update",
"tables": [
"production"
],
"line": 273,
"args": [
"[table.state]",