Public Access
- er findet fast alle tabellen - quellcode wird entpackt wenn er in einer variable ist
42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"version": "6.2",
|
|
"module": "stock_lot",
|
|
"files": [
|
|
{
|
|
"file": "/home/uha4/tmp/tryton/modules/stock_lot/product.py",
|
|
"class": "Template",
|
|
"method": "__register__",
|
|
"line": 62,
|
|
"operations": [
|
|
{
|
|
"object": "cursor_select",
|
|
"operation": "execute",
|
|
"tables": [],
|
|
"line": 84,
|
|
"args": [
|
|
"*template_lot_type.select(template_lot_type.template, distinct_on=template_lot_type.template)"
|
|
],
|
|
"kwargs": {},
|
|
"code": "(connection.cursor()).execute(*template_lot_type.select(\n template_lot_type.template,\n distinct_on=template_lot_type.template))",
|
|
"phase": "after_super",
|
|
"condition": "table_h.table_exist(template_lot_type_table_name) and table_h.table_exist(lot_type_table_name)"
|
|
},
|
|
{
|
|
"object": "template_lot_type",
|
|
"operation": "select",
|
|
"tables": [],
|
|
"line": 84,
|
|
"args": [
|
|
"template_lot_type.template"
|
|
],
|
|
"kwargs": {
|
|
"distinct_on": "template_lot_type.template"
|
|
},
|
|
"code": "template_lot_type.select(\n template_lot_type.template,\n distinct_on=template_lot_type.template)",
|
|
"phase": "after_super",
|
|
"condition": "table_h.table_exist(template_lot_type_table_name) and table_h.table_exist(lot_type_table_name)"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |