Public Access
2.3 KiB
2.3 KiB
country
Klasse Country
5.0
file: /home/uha4/tmp/tryton/modules/country/country.py : 29
- after_super
drop_constraint- object:
table - args:
'name_uniq'
- object:
- after_super
drop_constraint- object:
table - args:
'code_uniq'
- object:
- after_super
not_null_action- object:
table - args:
'code', 'remove'
- object:
5.4
file: /home/uha4/tmp/tryton/modules/country/country.py : 32
- after_super
execute- object:
cursor - args:
*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))
- object:
- after_super
delete- object:
data - kwargs:
- where:
(data.module == 'country') & (data.model == cls.__name__)
- where:
- object:
7.0
file: /home/uha4/tmp/tryton/modules/country/country.py : 178
- after_super
execute- object:
cursor - args:
*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))
- object:
- after_super
delete- object:
data - kwargs:
- where:
(data.module == 'country') & (data.model == cls.__name__)
- where:
- object:
Klasse PostalCode
6.0
file: /home/uha4/tmp/tryton/modules/country/country.py : 287
- before_super
table_rename- object:
backend.TableHandler - args:
'country_zip', cls._table
- object:
- before_super
column_rename- object:
table_h - args:
'zip', 'postal_code'
- object:
Klasse Subdivision
5.4
file: /home/uha4/tmp/tryton/modules/country/country.py : 216
- after_super
execute- object:
cursor - args:
*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))
- object:
- after_super
delete- object:
data - kwargs:
- where:
(data.module == 'country') & (data.model == cls.__name__)
- where:
- object:
6.4
file: /home/uha4/tmp/tryton/modules/country/country.py : 256
- after_super
not_null_action- object:
table_h - args:
'type' - kwargs:
- action:
'remove'
- action:
- object:
6.6
file: /home/uha4/tmp/tryton/modules/country/country.py : 433
- after_super
not_null_action- object:
table_h - args:
'code' - kwargs:
- action:
'remove'
- action:
- object:
7.6
file: /home/uha4/tmp/tryton/modules/country/country.py : 401
- after_super
not_null_action- object:
table_h - args:
'type' - kwargs:
- action:
'remove'
- action:
- object:
- after_super
not_null_action- object:
table_h - args:
'code' - kwargs:
- action:
'remove'
- action:
- object: