ignore repeating blocks of changes

This commit is contained in:
2026-08-08 02:55:30 +02:00
parent 64fda357ad
commit 9417f2baa1
11 changed files with 38 additions and 5900 deletions
-354
View File
@@ -18,30 +18,10 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 29
### 5.2
file: /home/uha4/tmp/tryton/modules/country/country.py : 30
- **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'`
### 5.4
file: /home/uha4/tmp/tryton/modules/country/country.py : 32
- **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__))`
@@ -53,150 +33,24 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 32
### 5.6
file: /home/uha4/tmp/tryton/modules/country/country.py : 30
- **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__)`
### 5.8
file: /home/uha4/tmp/tryton/modules/country/country.py : 30
- **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.0
file: /home/uha4/tmp/tryton/modules/country/country.py : 31
- **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.2
file: /home/uha4/tmp/tryton/modules/country/country.py : 31
- **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.4
file: /home/uha4/tmp/tryton/modules/country/country.py : 31
- **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.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
@@ -212,27 +66,9 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 178
### 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 PostalCode
@@ -246,59 +82,24 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 287
### 6.2
file: /home/uha4/tmp/tryton/modules/country/country.py : 287
- **before_super** `column_rename`
- object: `table_h`
- args: `'zip', 'postal_code'`
### 6.4
file: /home/uha4/tmp/tryton/modules/country/country.py : 328
- **before_super** `column_rename`
- object: `table_h`
- args: `'zip', 'postal_code'`
### 6.6
file: /home/uha4/tmp/tryton/modules/country/country.py : 516
- **before_super** `column_rename`
- object: `table_h`
- args: `'zip', 'postal_code'`
### 6.8
file: /home/uha4/tmp/tryton/modules/country/country.py : 516
- **before_super** `column_rename`
- object: `table_h`
- args: `'zip', 'postal_code'`
### 7.0
file: /home/uha4/tmp/tryton/modules/country/country.py : 507
- **before_super** `column_rename`
- object: `table_h`
- args: `'zip', 'postal_code'`
### 7.2
file: /home/uha4/tmp/tryton/modules/country/country.py : 507
- **before_super** `column_rename`
- object: `table_h`
- args: `'zip', 'postal_code'`
### 7.4
file: /home/uha4/tmp/tryton/modules/country/country.py : 507
- **before_super** `column_rename`
- object: `table_h`
- args: `'zip', 'postal_code'`
## Klasse Subdivision
@@ -316,62 +117,19 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 216
### 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__))`
- **after_super** `delete`
- object: `data`
- kwargs:
- where: `(data.module == 'country') & (data.model == cls.__name__)`
- **after_super** `not_null_action`
- object: `table_h`
- args: `'type'`
@@ -382,18 +140,6 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 256
### 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__))`
- **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'`
@@ -403,91 +149,15 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 433
### 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
@@ -506,31 +176,7 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 401
### 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'`