Files
tryton-db-migration/data/7.6/res.json
T

29 lines
614 B
JSON
Raw Normal View History

2026-08-08 01:29:43 +02:00
{
"version": "7.6",
"module": "res",
"files": [
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py",
"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"
}
]
}
]
}