Files

20 lines
650 B
Markdown
Raw Permalink Normal View History

# stock_lot
2026-08-08 00:58:56 +02:00
## Klasse Template
2026-08-08 00:58:56 +02:00
### 5.4
2026-08-08 00:58:56 +02:00
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`