Files
tryton-db-migration/reports/currency.md
T

1.0 KiB

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__)

5.6

5.8

6.0

6.2

6.4

6.6

6.8

file: /home/uha4/tmp/tryton/modules/currency/currency.py : 72

  • after_super not_null_action
    • object: table_h
    • args: 'symbol', 'remove'

7.0

7.2

7.4

7.6

file: /home/uha4/tmp/tryton/modules/currency/currency.py : 77

  • after_super not_null_action
    • object: table_h
    • args: 'symbol', 'remove'

7.8

8.0

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'

7.6

7.8

8.0