Public Access
20 lines
650 B
Markdown
20 lines
650 B
Markdown
# stock_lot
|
|
|
|
## Klasse Template
|
|
|
|
|
|
### 5.4
|
|
|
|
file: /home/uha4/tmp/tryton/modules/stock_lot/product.py : 29
|
|
- **after_super** `execute`
|
|
- condition: `table_h.table_exist(template_lot_type_table_name) and table_h.table_exist(lot_type_table_name)`
|
|
- object: `cursor_select`
|
|
- args: `*template_lot_type.select(template_lot_type.template, distinct_on=template_lot_type.template)`
|
|
- **after_super** `select`
|
|
- condition: `table_h.table_exist(template_lot_type_table_name) and table_h.table_exist(lot_type_table_name)`
|
|
- object: `template_lot_type`
|
|
- args: `template_lot_type.template`
|
|
- kwargs:
|
|
- distinct_on: `template_lot_type.template`
|
|
|