Files

30 lines
595 B
JSON
Raw Permalink Normal View History

2026-08-08 01:29:43 +02:00
{
"version": "7.6",
"module": "res",
"files": [
{
"module": "res",
"file": "user.py",
2026-08-08 01:29:43 +02:00
"class": "User",
"method": "__register__",
"line": 195,
"operations": [
{
"object": "table_h",
"operation": "not_null_action",
"tables": [
"res_user"
],
2026-08-08 01:29:43 +02:00
"line": 200,
"args": [
"'menu'",
"'remove'"
],
"kwargs": {},
"code": "table_h.not_null_action('menu', 'remove')",
"phase": "after_super"
}
]
}
]
}