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
+10 -69
View File
@@ -2,6 +2,7 @@
## Klasse BOMInput
### 6.2
file: /home/uha4/tmp/tryton/modules/production/bom.py : 70
@@ -10,15 +11,6 @@ file: /home/uha4/tmp/tryton/modules/production/bom.py : 70
- args: `'product_bom_uniq'`
### 6.4
### 6.6
### 6.8
### 7.0
file: /home/uha4/tmp/tryton/modules/production/bom.py : 72
@@ -31,15 +23,6 @@ file: /home/uha4/tmp/tryton/modules/production/bom.py : 72
- args: `'product_bom_uniq'`
### 7.2
### 7.4
### 7.6
### 7.8
file: /home/uha4/tmp/tryton/modules/production/bom.py : 208
@@ -47,12 +30,19 @@ file: /home/uha4/tmp/tryton/modules/production/bom.py : 208
- object: `table_h`
- args: `'product', 'remove'`
## Klasse ConfigurationProductionSequence
### 8.0
### 5.6
file: /home/uha4/tmp/tryton/modules/production/configuration.py : 43
- **before_super** `table_exist`
- object: `backend.TableHandler`
- args: `cls._table`
## Klasse Cron
### 7.2
file: /home/uha4/tmp/tryton/modules/production/ir.py : 19
@@ -65,21 +55,9 @@ file: /home/uha4/tmp/tryton/modules/production/ir.py : 19
- kwargs:
- where: `table.method == 'production|assign_cron'`
### 7.4
### 7.6
### 7.8
### 8.0
## Klasse Production
### 5.0
file: /home/uha4/tmp/tryton/modules/production/production.py : 224
@@ -97,15 +75,6 @@ file: /home/uha4/tmp/tryton/modules/production/production.py : 224
- where: `(table.planned_start_date == Null) & (table.planned_date != Null)`
### 5.2
### 5.4
### 5.6
### 5.8
file: /home/uha4/tmp/tryton/modules/production/production.py : 254
@@ -119,21 +88,6 @@ file: /home/uha4/tmp/tryton/modules/production/production.py : 254
- where: `table.state == 'cancel'`
### 6.0
### 6.2
### 6.4
### 6.6
### 6.8
### 7.0
file: /home/uha4/tmp/tryton/modules/production/production.py : 264
@@ -151,12 +105,6 @@ file: /home/uha4/tmp/tryton/modules/production/production.py : 264
- where: `table.state == 'cancel'`
### 7.2
### 7.4
### 7.6
file: /home/uha4/tmp/tryton/modules/production/production.py : 267
@@ -165,10 +113,3 @@ file: /home/uha4/tmp/tryton/modules/production/production.py : 267
- object: `table_h`
- args: `'uom', 'unit'`
### 7.8
### 8.0