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
+1 -37
View File
@@ -2,6 +2,7 @@
## Klasse User
### 5.0
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 200
@@ -30,15 +31,6 @@ file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 200
- action: `'remove'`
### 5.2
### 5.4
### 5.6
### 5.8
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 191
@@ -52,21 +44,6 @@ file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 191
- where: `(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin')`
### 6.0
### 6.2
### 6.4
### 6.6
### 6.8
### 7.0
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 207
@@ -80,12 +57,6 @@ file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 207
- where: `(model_data.model == cls.__name__) & (model_data.module == 'res') & (model_data.fs_id == 'user_admin')`
### 7.2
### 7.4
### 7.6
file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 195
@@ -93,10 +64,3 @@ file: /home/uha4/tmp/tryton/trytond/trytond/res/user.py : 195
- object: `table_h`
- args: `'menu', 'remove'`
### 7.8
### 8.0