Public Access
- er findet fast alle tabellen - quellcode wird entpackt wenn er in einer variable ist
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"version": "7.4",
|
|
"module": "product",
|
|
"files": [
|
|
{
|
|
"file": "/home/uha4/tmp/tryton/modules/product/product.py",
|
|
"class": "Product",
|
|
"method": "__register__",
|
|
"line": 505,
|
|
"operations": [
|
|
{
|
|
"object": "cursor",
|
|
"operation": "execute",
|
|
"tables": [
|
|
"product_product"
|
|
],
|
|
"line": 516,
|
|
"args": [
|
|
"*table.update([table.suffix_code], [table.code])"
|
|
],
|
|
"kwargs": {},
|
|
"code": "(Transaction().connection.cursor()).execute(*table.update(\n [table.suffix_code],\n [table.code]))",
|
|
"phase": "after_super",
|
|
"condition": "fill_suffix_code"
|
|
},
|
|
{
|
|
"object": "table",
|
|
"operation": "update",
|
|
"tables": [
|
|
"product_product"
|
|
],
|
|
"line": 516,
|
|
"args": [
|
|
"[table.suffix_code]",
|
|
"[table.code]"
|
|
],
|
|
"kwargs": {},
|
|
"code": "table.update(\n [table.suffix_code],\n [table.code])",
|
|
"phase": "after_super",
|
|
"condition": "fill_suffix_code"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |