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

26 lines
556 B
JSON
Raw Normal View History

2026-08-08 01:29:43 +02:00
{
"version": "8.0",
"module": "res",
"files": [
{
"file": "/home/uha4/tmp/tryton/trytond/trytond/res/user.py",
"class": "User",
"method": "__register__",
"line": 198,
"operations": [
{
"object": "table_h",
"operation": "not_null_action",
"line": 203,
"args": [
"'menu'",
"'remove'"
],
"kwargs": {},
"code": "table_h.not_null_action('menu', 'remove')",
"phase": "after_super"
}
]
}
]
}