several small fixes:

- systemmodule ir und res aufgenommen
- Version auf Major.Minor reduziert
- reihenfolge der Module fixiert
This commit is contained in:
2026-08-08 01:29:43 +02:00
parent 4fff05a09e
commit 64fda357ad
291 changed files with 18425 additions and 1456 deletions
+52
View File
@@ -0,0 +1,52 @@
{
"version": "5.2",
"module": "production",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/production/production.py",
"class": "Production",
"method": "__register__",
"line": 222,
"operations": [
{
"object": "table_h",
"operation": "column_rename",
"line": 228,
"args": [
"'code'",
"'number'"
],
"kwargs": {},
"code": "table_h.column_rename('code', 'number')",
"phase": "before_super",
"condition": "table_h.column_exist('code')"
},
{
"object": "cursor",
"operation": "execute",
"line": 234,
"args": [
"*table.update([table.planned_start_date], [table.planned_date], where=(table.planned_start_date == Null) & (table.planned_date != Null))"
],
"kwargs": {},
"code": "cursor.execute(*table.update([table.planned_start_date], [table.planned_date], where=(table.planned_start_date == Null) & (table.planned_date != Null)))",
"phase": "after_super"
},
{
"object": "table",
"operation": "update",
"line": 234,
"args": [
"[table.planned_start_date]",
"[table.planned_date]"
],
"kwargs": {
"where": "(table.planned_start_date == Null) & (table.planned_date != Null)"
},
"code": "table.update([table.planned_start_date], [table.planned_date], where=(table.planned_start_date == Null) & (table.planned_date != Null))",
"phase": "after_super"
}
]
}
]
}