Public Access
- systemmodule ir und res aufgenommen - Version auf Major.Minor reduziert - reihenfolge der Module fixiert
39 lines
1.4 KiB
JSON
39 lines
1.4 KiB
JSON
{
|
|
"version": "7.4",
|
|
"module": "res",
|
|
"files": [
|
|
{
|
|
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py",
|
|
"class": "User",
|
|
"method": "__register__",
|
|
"line": 206,
|
|
"operations": [
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |