Public Access
compare.py fasst nach Klassen zusammen
This commit is contained in:
+321
-363
@@ -1,11 +1,10 @@
|
||||
# country
|
||||
|
||||
## Version 5.0.63
|
||||
## Klasse Country
|
||||
|
||||
### Country
|
||||
|
||||
Line: 29
|
||||
### 5.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 29
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
@@ -17,12 +16,9 @@ Line: 29
|
||||
- args: `'code', 'remove'`
|
||||
|
||||
|
||||
## Version 5.2.20
|
||||
|
||||
### Country
|
||||
|
||||
Line: 30
|
||||
### 5.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 30
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
@@ -34,12 +30,9 @@ Line: 30
|
||||
- args: `'code', 'remove'`
|
||||
|
||||
|
||||
## Version 5.4.20
|
||||
|
||||
### Country
|
||||
|
||||
Line: 32
|
||||
### 5.4
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 32
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
@@ -57,25 +50,10 @@ Line: 32
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 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__)`
|
||||
|
||||
|
||||
## Version 5.6.17
|
||||
|
||||
### Country
|
||||
|
||||
Line: 30
|
||||
### 5.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 30
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
@@ -93,25 +71,10 @@ Line: 30
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 214
|
||||
|
||||
- **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__)`
|
||||
|
||||
|
||||
## Version 5.8.16
|
||||
|
||||
### Country
|
||||
|
||||
Line: 30
|
||||
### 5.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 30
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
@@ -129,25 +92,10 @@ Line: 30
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 214
|
||||
|
||||
- **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__)`
|
||||
|
||||
|
||||
## Version 6.0.76
|
||||
|
||||
### Country
|
||||
|
||||
Line: 31
|
||||
### 6.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 31
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
@@ -165,33 +113,10 @@ Line: 31
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 219
|
||||
|
||||
- **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__)`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 287
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 6.2.14
|
||||
|
||||
### Country
|
||||
|
||||
Line: 31
|
||||
### 6.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 31
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
@@ -209,33 +134,10 @@ Line: 31
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 219
|
||||
|
||||
- **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__)`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 287
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 6.4.16
|
||||
|
||||
### Country
|
||||
|
||||
Line: 31
|
||||
### 6.4
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 31
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table`
|
||||
- args: `'name_uniq'`
|
||||
@@ -253,10 +155,150 @@ Line: 31
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 256
|
||||
### 6.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 178
|
||||
- **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'`
|
||||
- **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.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 178
|
||||
- **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'`
|
||||
- **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__)`
|
||||
|
||||
|
||||
### 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__)`
|
||||
|
||||
|
||||
### 7.2
|
||||
|
||||
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__)`
|
||||
|
||||
|
||||
### 7.4
|
||||
|
||||
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__)`
|
||||
|
||||
|
||||
## 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__))`
|
||||
- **after_super** `delete`
|
||||
- object: `data`
|
||||
- kwargs:
|
||||
- where: `(data.module == 'country') & (data.model == cls.__name__)`
|
||||
|
||||
|
||||
### 5.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 214
|
||||
- **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__)`
|
||||
|
||||
|
||||
### 5.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 214
|
||||
- **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.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 219
|
||||
- **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.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 219
|
||||
- **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
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
@@ -270,42 +312,10 @@ Line: 256
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 328
|
||||
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 6.6.14
|
||||
|
||||
### Country
|
||||
|
||||
Line: 178
|
||||
|
||||
- **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'`
|
||||
- **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__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 433
|
||||
### 6.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 433
|
||||
- **after_super** `execute`
|
||||
- object: `cursor`
|
||||
- args: `*data.delete(where=(data.module == 'country') & (data.model == cls.__name__))`
|
||||
@@ -324,255 +334,203 @@ Line: 433
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 516
|
||||
### 6.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 433
|
||||
- **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__)`
|
||||
- **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'`
|
||||
|
||||
|
||||
### 7.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 424
|
||||
- **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__)`
|
||||
- **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'`
|
||||
|
||||
|
||||
### 7.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 424
|
||||
- **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__)`
|
||||
- **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'`
|
||||
|
||||
|
||||
### 7.4
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 424
|
||||
- **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__)`
|
||||
- **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'`
|
||||
|
||||
|
||||
### 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'`
|
||||
|
||||
|
||||
### 7.8
|
||||
|
||||
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'`
|
||||
|
||||
|
||||
### 8.0
|
||||
|
||||
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'`
|
||||
|
||||
|
||||
## Klasse PostalCode
|
||||
|
||||
### 6.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 287
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 6.8.17
|
||||
|
||||
### Country
|
||||
|
||||
Line: 178
|
||||
|
||||
- **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'`
|
||||
- **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__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 433
|
||||
|
||||
- **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__)`
|
||||
- **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'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 516
|
||||
### 6.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 287
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 7.0.55
|
||||
|
||||
### Country
|
||||
|
||||
Line: 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__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 424
|
||||
|
||||
- **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__)`
|
||||
- **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'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 507
|
||||
### 6.4
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 328
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 7.2.23
|
||||
|
||||
### Country
|
||||
|
||||
Line: 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__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 424
|
||||
|
||||
- **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__)`
|
||||
- **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'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 507
|
||||
### 6.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 516
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 7.4.25
|
||||
|
||||
### Country
|
||||
|
||||
Line: 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__)`
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 424
|
||||
|
||||
- **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__)`
|
||||
- **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'`
|
||||
|
||||
### PostalCode
|
||||
|
||||
Line: 507
|
||||
### 6.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 516
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 7.6.20
|
||||
### 7.0
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 401
|
||||
|
||||
- **after_super** `not_null_action`
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 507
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- **after_super** `not_null_action`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
### 7.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 507
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'code'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
## Version 7.8.14
|
||||
### 7.4
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 401
|
||||
|
||||
- **after_super** `not_null_action`
|
||||
file: /home/uha4/tmp/tryton/modules/country/country.py : 507
|
||||
- **before_super** `column_rename`
|
||||
- object: `table_h`
|
||||
- args: `'type'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'code'`
|
||||
- kwargs:
|
||||
- action: `'remove'`
|
||||
|
||||
|
||||
## Version 8.0.8
|
||||
|
||||
### Subdivision
|
||||
|
||||
Line: 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'`
|
||||
- args: `'zip', 'postal_code'`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user