Public Access
46 lines
1.6 KiB
JSON
46 lines
1.6 KiB
JSON
{
|
|
"version": "7.0",
|
|
"module": "res",
|
|
"files": [
|
|
{
|
|
"module": "res",
|
|
"file": "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": "(Transaction().connection.cursor()).execute(*model_data.update(\n [model_data.noupdate], [True],\n where=(model_data.model == cls.__name__)\n & (model_data.module == 'res')\n & (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(\n [model_data.noupdate], [True],\n where=(model_data.model == cls.__name__)\n & (model_data.module == 'res')\n & (model_data.fs_id == 'user_admin'))",
|
|
"phase": "after_super"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |