Public Access
extract gets and saves most tables worked on
some cases still need some work...
This commit is contained in:
+26
-1
@@ -1,5 +1,30 @@
|
||||
{
|
||||
"version": "8.0",
|
||||
"module": "company",
|
||||
"files": []
|
||||
"files": [
|
||||
{
|
||||
"file": "/home/uha4/tmp/tryton/modules/company/ir.py",
|
||||
"class": "CronCompany",
|
||||
"method": "__register__",
|
||||
"line": 106,
|
||||
"operations": [
|
||||
{
|
||||
"object": "backend.TableHandler",
|
||||
"operation": "table_rename",
|
||||
"tables": [
|
||||
"cron_company_rel",
|
||||
"ir_cron-company_company"
|
||||
],
|
||||
"line": 108,
|
||||
"args": [
|
||||
"'cron_company_rel'",
|
||||
"cls._table"
|
||||
],
|
||||
"kwargs": {},
|
||||
"code": "backend.TableHandler.table_rename('cron_company_rel', cls._table)",
|
||||
"phase": "before_super"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user