Files
uha4 24caf23986 extract gets and saves most tables worked on
some cases still need some work...
2026-08-08 22:32:31 +02:00

43 lines
891 B
Markdown

# currency
## Klasse Currency
### 5.4
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__)`
### 6.8
file: /home/uha4/tmp/tryton/modules/currency/currency.py : 72
- **after_super** `not_null_action`
- object: `table_h`
- args: `'symbol', 'remove'`
### 7.6
file: /home/uha4/tmp/tryton/modules/currency/currency.py : 77
- **after_super** `not_null_action`
- object: `table_h`
- args: `'symbol', 'remove'`
## Klasse CurrencyRate
### 7.4
file: /home/uha4/tmp/tryton/modules/currency/currency.py : 304
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'check_currency_rate'`