2026-08-07 22:54:22 +02:00
|
|
|
# country
|
|
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
## Klasse Country
|
2026-08-07 22:54:22 +02:00
|
|
|
|
2026-08-08 22:32:31 +02:00
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
### 5.0
|
2026-08-07 22:54:22 +02:00
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
file: /home/uha4/tmp/tryton/modules/country/country.py : 29
|
2026-08-07 22:54:22 +02:00
|
|
|
- **after_super** `drop_constraint`
|
|
|
|
|
- object: `table`
|
|
|
|
|
- args: `'name_uniq'`
|
|
|
|
|
- **after_super** `drop_constraint`
|
|
|
|
|
- object: `table`
|
|
|
|
|
- args: `'code_uniq'`
|
|
|
|
|
- **after_super** `not_null_action`
|
|
|
|
|
- object: `table`
|
|
|
|
|
- args: `'code', 'remove'`
|
|
|
|
|
|
|
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
### 5.4
|
2026-08-07 22:54:22 +02:00
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
file: /home/uha4/tmp/tryton/modules/country/country.py : 32
|
2026-08-07 22:54:22 +02:00
|
|
|
- **after_super** `execute`
|
|
|
|
|
- object: `cursor`
|
|
|
|
|
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
|
|
|
|
- **after_super** `delete`
|
|
|
|
|
- object: `data`
|
|
|
|
|
- kwargs:
|
|
|
|
|
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
|
|
|
|
|
|
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
### 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__))`
|
|
|
|
|
- **after_super** `delete`
|
|
|
|
|
- object: `data`
|
|
|
|
|
- kwargs:
|
|
|
|
|
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
|
|
|
|
|
2026-08-08 01:29:43 +02:00
|
|
|
## Klasse PostalCode
|
|
|
|
|
|
2026-08-08 22:32:31 +02:00
|
|
|
|
2026-08-08 01:29:43 +02:00
|
|
|
### 6.0
|
|
|
|
|
|
|
|
|
|
file: /home/uha4/tmp/tryton/modules/country/country.py : 287
|
2026-08-08 22:32:31 +02:00
|
|
|
- **before_super** `table_rename`
|
|
|
|
|
- object: `backend.TableHandler`
|
|
|
|
|
- args: `'country_zip', cls._table`
|
2026-08-08 01:29:43 +02:00
|
|
|
- **before_super** `column_rename`
|
|
|
|
|
- object: `table_h`
|
|
|
|
|
- args: `'zip', 'postal_code'`
|
|
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
## Klasse Subdivision
|
|
|
|
|
|
2026-08-08 22:32:31 +02:00
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
### 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__))`
|
|
|
|
|
- **after_super** `delete`
|
|
|
|
|
- object: `data`
|
|
|
|
|
- kwargs:
|
|
|
|
|
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 6.4
|
|
|
|
|
|
|
|
|
|
file: /home/uha4/tmp/tryton/modules/country/country.py : 256
|
2026-08-07 22:54:22 +02:00
|
|
|
- **after_super** `not_null_action`
|
|
|
|
|
- object: `table_h`
|
|
|
|
|
- args: `'type'`
|
|
|
|
|
- kwargs:
|
|
|
|
|
- action: `'remove'`
|
|
|
|
|
|
|
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
### 6.6
|
2026-08-07 22:54:22 +02:00
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
file: /home/uha4/tmp/tryton/modules/country/country.py : 433
|
2026-08-07 22:54:22 +02:00
|
|
|
- **after_super** `not_null_action`
|
|
|
|
|
- object: `table_h`
|
|
|
|
|
- args: `'code'`
|
|
|
|
|
- kwargs:
|
|
|
|
|
- action: `'remove'`
|
|
|
|
|
|
|
|
|
|
|
2026-08-08 00:58:56 +02:00
|
|
|
### 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'`
|
|
|
|
|
- **after_super** `not_null_action`
|
|
|
|
|
- object: `table_h`
|
|
|
|
|
- args: `'code'`
|
|
|
|
|
- kwargs:
|
|
|
|
|
- action: `'remove'`
|
|
|
|
|
|