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
+48
View File
@@ -0,0 +1,48 @@
{
"version": "7.2",
"module": "currency",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/currency/currency.py",
"class": "Currency",
"method": "__register__",
"line": 72,
"operations": [
{
"object": "cursor",
"operation": "execute",
"line": 83,
"args": [
"*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))"
],
"kwargs": {},
"code": "cursor.execute(*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__)))",
"phase": "after_super"
},
{
"object": "data",
"operation": "delete",
"line": 83,
"args": [],
"kwargs": {
"where": "(data.module == 'currency') & (data.model == cls.__name__)"
},
"code": "data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))",
"phase": "after_super"
},
{
"object": "table_h",
"operation": "not_null_action",
"line": 87,
"args": [
"'symbol'",
"'remove'"
],
"kwargs": {},
"code": "table_h.not_null_action('symbol', 'remove')",
"phase": "after_super"
}
]
}
]
}