Public Access
several small fixes:
- systemmodule ir und res aufgenommen - Version auf Major.Minor reduziert - reihenfolge der Module fixiert
This commit is contained in:
+66
-66
@@ -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'`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user