Files
tryton-db-migration/data/7.0/res.json
T
uha4 24caf23986 extract gets and saves most tables worked on
some cases still need some work...
2026-08-08 22:32:31 +02:00

45 lines
1.5 KiB
JSON

{
"version": "7.0",
"module": "res",
"files": [
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py",
"class": "User",
"method": "__register__",
"line": 207,
"operations": [
{
"object": "cursor",
"operation": "execute",
"tables": [
"ir_model_data"
],
"line": 215,
"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",
"tables": [
"ir_model_data"
],
"line": 215,
"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"
}
]
}
]
}