extract gets and saves most tables worked on

some cases still need some work...
This commit is contained in:
2026-08-08 22:32:31 +02:00
parent f14f709649
commit 24caf23986
151 changed files with 7017 additions and 1215 deletions
+46 -1
View File
@@ -1,5 +1,50 @@
{
"version": "5.8",
"module": "company",
"files": []
"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"
}
]
}
]
}