Files

43 lines
891 B
Markdown
Raw Permalink Normal View History

# currency
2026-08-08 00:58:56 +02:00
## Klasse Currency
2026-08-08 00:58:56 +02:00
### 5.4
2026-08-08 00:58:56 +02:00
file: /home/uha4/tmp/tryton/modules/currency/currency.py : 53
- **after_super** `execute`
- object: `cursor`
- args: `*data.delete(where=(data.module == 'currency') & (data.model == cls.__name__))`
- **after_super** `delete`
- object: `data`
- kwargs:
- where: `(data.module == 'currency') & (data.model == cls.__name__)`
2026-08-08 00:58:56 +02:00
### 6.8
2026-08-08 00:58:56 +02:00
file: /home/uha4/tmp/tryton/modules/currency/currency.py : 72
- **after_super** `not_null_action`
- object: `table_h`
- args: `'symbol', 'remove'`
2026-08-08 00:58:56 +02:00
### 7.6
2026-08-08 00:58:56 +02:00
file: /home/uha4/tmp/tryton/modules/currency/currency.py : 77
- **after_super** `not_null_action`
- object: `table_h`
- args: `'symbol', 'remove'`
## Klasse CurrencyRate
2026-08-08 00:58:56 +02:00
### 7.4
file: /home/uha4/tmp/tryton/modules/currency/currency.py : 304
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'check_currency_rate'`