Files
tryton-db-migration/data/5.6/company.json
T

50 lines
1.2 KiB
JSON
Raw Normal View History

2026-08-07 22:27:49 +02:00
{
2026-08-08 01:29:43 +02:00
"version": "5.6",
2026-08-07 22:27:49 +02:00
"module": "company",
"files": [
{
"file": "/home/uha4/tmp/tryton/modules/company/party.py",
"class": "ConfigurationLang",
"method": "__register__",
"line": 20,
"operations": [
{
"object": "backend.TableHandler",
"operation": "table_exist",
"tables": [
"party_configuration_party_lang"
],
"line": 21,
"args": [
"cls._table"
],
"kwargs": {},
"code": "backend.TableHandler.table_exist(cls._table)",
"phase": "before_super"
}
]
},
{
"file": "/home/uha4/tmp/tryton/modules/company/party.py",
"class": "PartyLang",
"method": "__register__",
"line": 43,
"operations": [
{
"object": "backend.TableHandler",
"operation": "table_exist",
"tables": [
"party_party_lang"
],
"line": 44,
"args": [
"cls._table"
],
"kwargs": {},
"code": "backend.TableHandler.table_exist(cls._table)",
"phase": "before_super"
}
]
}
]
2026-08-07 22:27:49 +02:00
}