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
+40 -185
View File
@@ -2,6 +2,7 @@
## Klasse Address
### 5.0
file: /home/uha4/tmp/tryton/modules/party/address.py : 61
@@ -19,18 +20,6 @@ file: /home/uha4/tmp/tryton/modules/party/address.py : 61
- args: `'streetbis'`
### 5.2
### 5.4
### 5.6
### 5.8
### 6.0
file: /home/uha4/tmp/tryton/modules/party/address.py : 67
@@ -51,18 +40,6 @@ file: /home/uha4/tmp/tryton/modules/party/address.py : 67
- args: `'streetbis'`
### 6.2
### 6.4
### 6.6
### 6.8
### 7.0
file: /home/uha4/tmp/tryton/modules/party/address.py : 84
@@ -71,12 +48,6 @@ file: /home/uha4/tmp/tryton/modules/party/address.py : 84
- args: `'zip', 'postal_code'`
### 7.2
### 7.4
### 7.6
file: /home/uha4/tmp/tryton/modules/party/address.py : 160
@@ -87,15 +58,9 @@ file: /home/uha4/tmp/tryton/modules/party/address.py : 160
- object: `table`
- args: `'name', 'building_name'`
### 7.8
### 8.0
## Klasse AddressFormat
### 5.4
file: /home/uha4/tmp/tryton/modules/party/address.py : 271
@@ -136,39 +101,9 @@ file: /home/uha4/tmp/tryton/modules/party/address.py : 271
- object: `table_h`
- args: `'language'`
### 5.6
### 5.8
### 6.0
### 6.2
### 6.4
### 6.6
### 6.8
### 7.0
### 7.2
### 7.4
## Klasse Category
### 5.0
file: /home/uha4/tmp/tryton/modules/party/category.py : 43
@@ -176,36 +111,9 @@ file: /home/uha4/tmp/tryton/modules/party/category.py : 43
- object: `table_h`
- args: `'name_parent_uniq'`
### 5.2
### 5.4
### 5.6
### 5.8
### 6.0
### 6.2
### 6.4
### 6.6
### 6.8
## Klasse Configuration
### 7.0
file: /home/uha4/tmp/tryton/modules/party/configuration.py : 34
@@ -218,24 +126,9 @@ file: /home/uha4/tmp/tryton/modules/party/configuration.py : 34
- object: `table`
- args: `[table.identifier_types], [cls.identifier_types.sql_format(identifier_types)]`
### 7.2
### 7.4
### 7.6
### 7.8
### 8.0
## Klasse Identifier
### 5.6
file: /home/uha4/tmp/tryton/modules/party/party.py : 428
@@ -259,9 +152,6 @@ file: /home/uha4/tmp/tryton/modules/party/party.py : 428
- args: `'vat_country'`
### 5.8
### 6.0
file: /home/uha4/tmp/tryton/modules/party/party.py : 515
@@ -275,18 +165,6 @@ file: /home/uha4/tmp/tryton/modules/party/party.py : 515
- where: `table.type == 'cn_rit'`
### 6.2
### 6.4
### 6.6
### 6.8
### 7.0
file: /home/uha4/tmp/tryton/modules/party/party.py : 780
@@ -300,9 +178,6 @@ file: /home/uha4/tmp/tryton/modules/party/party.py : 780
- where: `table.type == 'cn_rit'`
### 7.2
### 7.4
file: /home/uha4/tmp/tryton/modules/party/party.py : 823
@@ -337,9 +212,6 @@ file: /home/uha4/tmp/tryton/modules/party/party.py : 825
- where: `table.type == 'co_rut'`
### 7.8
### 8.0
file: /home/uha4/tmp/tryton/modules/party/party.py : 859
@@ -360,9 +232,9 @@ file: /home/uha4/tmp/tryton/modules/party/party.py : 859
- kwargs:
- where: `table.type == 'si_businessid'`
## Klasse Party
### 5.0
file: /home/uha4/tmp/tryton/modules/party/party.py : 89
@@ -370,36 +242,19 @@ file: /home/uha4/tmp/tryton/modules/party/party.py : 89
- object: `table_h`
- args: `'name', 'remove'`
### 5.2
## Klasse PartyCategory
### 5.4
### 5.6
### 5.8
### 6.0
### 6.2
### 6.4
### 6.6
### 6.8
### 7.2
file: /home/uha4/tmp/tryton/modules/party/party.py : 448
- **before_super** `table_rename`
- object: `backend.TableHandler`
- args: `'party_category_rel', cls._table`
## Klasse PartyIdentifier
### 5.0
file: /home/uha4/tmp/tryton/modules/party/party.py : 329
@@ -422,15 +277,9 @@ file: /home/uha4/tmp/tryton/modules/party/party.py : 329
- object: `party_h`
- args: `'vat_country'`
### 5.2
### 5.4
## Klasse PartyLang
### 5.0
file: /home/uha4/tmp/tryton/modules/party/party.py : 265
@@ -452,30 +301,36 @@ file: /home/uha4/tmp/tryton/modules/party/party.py : 265
- args: `'lang'`
### 5.2
### 5.6
file: /home/uha4/tmp/tryton/modules/party/party.py : 268
- **before_super** `table_exist`
- object: `backend.TableHandler`
- args: `cls._table`
- **after_super** `insert`
- condition: `party_h.column_exist('lang')`
- object: `table`
- args: `[table.party, table.lang], party.select(party.id, party.lang)`
- **after_super** `select`
- condition: `party_h.column_exist('lang')`
- object: `party`
- args: `party.id, party.lang`
- **after_super** `execute`
- condition: `party_h.column_exist('lang')`
- object: `cursor`
- args: `*query`
- **after_super** `drop_column`
- condition: `party_h.column_exist('lang')`
- object: `party_h`
- args: `'lang'`
### 5.4
## Klasse _ConfigurationValue
### 5.6
### 5.8
### 6.0
### 6.2
### 6.4
### 6.6
### 6.8
file: /home/uha4/tmp/tryton/modules/party/configuration.py : 40
- **before_super** `table_exist`
- object: `backend.TableHandler`
- args: `cls._table`