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
+31 -22
View File
@@ -1,7 +1,38 @@
# company
## Klasse ConfigurationLang
### 5.6
file: /home/uha4/tmp/tryton/modules/company/party.py : 20
- **before_super** `table_exist`
- object: `backend.TableHandler`
- args: `cls._table`
## Klasse CronCompany
### 7.2
file: /home/uha4/tmp/tryton/modules/company/ir.py : 102
- **before_super** `table_rename`
- object: `backend.TableHandler`
- args: `'cron_company_rel', cls._table`
## Klasse PartyLang
### 5.6
file: /home/uha4/tmp/tryton/modules/company/party.py : 43
- **before_super** `table_exist`
- object: `backend.TableHandler`
- args: `cls._table`
## Klasse User
### 6.0
file: /home/uha4/tmp/tryton/modules/company/res.py : 72
@@ -38,25 +69,3 @@ file: /home/uha4/tmp/tryton/modules/company/res.py : 72
- object: `table_h`
- args: `'main_company'`
### 6.2
### 6.4
### 6.6
### 6.8
### 7.0
### 7.2
### 7.4