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
+101
View File
@@ -0,0 +1,101 @@
{
"version": "5.8",
"module": "res",
"files": [
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py",
"class": "User",
"method": "__register__",
"line": 191,
"operations": [
{
"object": "cursor",
"operation": "execute",
"line": 204,
"args": [
"*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])"
],
"kwargs": {},
"code": "cursor.execute(*sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new]))",
"phase": "after_super",
"condition": "table.column_exist('password') and table.column_exist('salt')"
},
{
"object": "sqltable",
"operation": "update",
"line": 204,
"args": [],
"kwargs": {
"columns": "[sqltable.password_hash]",
"values": "[password_hash_new]"
},
"code": "sqltable.update(columns=[sqltable.password_hash], values=[password_hash_new])",
"phase": "after_super",
"condition": "table.column_exist('password') and table.column_exist('salt')"
},
{
"object": "table",
"operation": "drop_column",
"line": 207,
"args": [
"'password'"
],
"kwargs": {},
"code": "table.drop_column('password')",
"phase": "after_super",
"condition": "table.column_exist('password') and table.column_exist('salt')"
},
{
"object": "table",
"operation": "drop_column",
"line": 208,
"args": [
"'salt'"
],
"kwargs": {},
"code": "table.drop_column('salt')",
"phase": "after_super",
"condition": "table.column_exist('password') and table.column_exist('salt')"
},
{
"object": "table",
"operation": "not_null_action",
"line": 211,
"args": [
"'name'"
],
"kwargs": {
"action": "'remove'"
},
"code": "table.not_null_action('name', action='remove')",
"phase": "after_super"
},
{
"object": "cursor",
"operation": "execute",
"line": 214,
"args": [
"*model_data.update([model_data.noupdate], [True], where=(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin'))"
],
"kwargs": {},
"code": "cursor.execute(*model_data.update([model_data.noupdate], [True], where=(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin')))",
"phase": "after_super"
},
{
"object": "model_data",
"operation": "update",
"line": 214,
"args": [
"[model_data.noupdate]",
"[True]"
],
"kwargs": {
"where": "(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin')"
},
"code": "model_data.update([model_data.noupdate], [True], where=(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin'))",
"phase": "after_super"
}
]
}
]
}