extract gets and saves most tables worked on

some cases still need some work...
This commit is contained in:
2026-08-08 22:32:31 +02:00
parent f14f709649
commit 24caf23986
151 changed files with 7017 additions and 1215 deletions
+6 -84
View File
@@ -2,6 +2,7 @@
## Klasse Country
### 5.0
file: /home/uha4/tmp/tryton/modules/country/country.py : 29
@@ -16,9 +17,6 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 29
- args: `'code', 'remove'`
### 5.2
### 5.4
file: /home/uha4/tmp/tryton/modules/country/country.py : 32
@@ -31,27 +29,6 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 32
- where: `(data.module == 'country') & (data.model == cls.__name__)`
### 5.6
### 5.8
### 6.0
### 6.2
### 6.4
### 6.6
### 6.8
### 7.0
file: /home/uha4/tmp/tryton/modules/country/country.py : 178
@@ -63,46 +40,22 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 178
- kwargs:
- where: `(data.module == 'country') & (data.model == cls.__name__)`
### 7.2
### 7.4
## Klasse PostalCode
### 6.0
file: /home/uha4/tmp/tryton/modules/country/country.py : 287
- **before_super** `table_rename`
- object: `backend.TableHandler`
- args: `'country_zip', cls._table`
- **before_super** `column_rename`
- object: `table_h`
- args: `'zip', 'postal_code'`
### 6.2
### 6.4
### 6.6
### 6.8
### 7.0
### 7.2
### 7.4
## Klasse Subdivision
### 5.4
file: /home/uha4/tmp/tryton/modules/country/country.py : 216
@@ -115,18 +68,6 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 216
- where: `(data.module == 'country') & (data.model == cls.__name__)`
### 5.6
### 5.8
### 6.0
### 6.2
### 6.4
file: /home/uha4/tmp/tryton/modules/country/country.py : 256
@@ -147,18 +88,6 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 433
- action: `'remove'`
### 6.8
### 7.0
### 7.2
### 7.4
### 7.6
file: /home/uha4/tmp/tryton/modules/country/country.py : 401
@@ -173,10 +102,3 @@ file: /home/uha4/tmp/tryton/modules/country/country.py : 401
- kwargs:
- action: `'remove'`
### 7.8
### 8.0