several small fixes:

- systemmodule ir und res aufgenommen
- Version auf Major.Minor reduziert
- reihenfolge der Module fixiert
This commit is contained in:
2026-08-08 01:29:43 +02:00
parent 4fff05a09e
commit 64fda357ad
291 changed files with 18425 additions and 1456 deletions
+66 -66
View File
@@ -234,6 +234,72 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 178
- where: `(data.module == 'country') & (data.model == cls.__name__)`
## 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'`
### 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
### 5.4
@@ -468,69 +534,3 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 401
- 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'`
### 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'`