Public Access
31 lines
704 B
JSON
31 lines
704 B
JSON
{
|
|
"version": "8.0",
|
|
"module": "company",
|
|
"files": [
|
|
{
|
|
"module": "company",
|
|
"file": "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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |