compare.py fasst nach Klassen zusammen

This commit is contained in:
2026-08-08 00:58:56 +02:00
parent ac91f557af
commit 4fff05a09e
13 changed files with 2141 additions and 2636 deletions
+172 -214
View File
@@ -1,11 +1,10 @@
# production
## Version 5.0.63
## Klasse Production
### Production
Line: 224
### 5.0
file: /home/uha4/tmp/tryton/modules/production/production.py : 224
- **before_super** `column_rename`
- condition: `table_h.column_exist('code')`
- object: `table_h`
@@ -20,12 +19,9 @@ Line: 224
- where: `(table.planned_start_date == Null) & (table.planned_date != Null)`
## Version 5.2.20
### Production
Line: 222
### 5.2
file: /home/uha4/tmp/tryton/modules/production/production.py : 222
- **before_super** `column_rename`
- condition: `table_h.column_exist('code')`
- object: `table_h`
@@ -40,12 +36,9 @@ Line: 222
- where: `(table.planned_start_date == Null) & (table.planned_date != Null)`
## Version 5.4.20
### Production
Line: 222
### 5.4
file: /home/uha4/tmp/tryton/modules/production/production.py : 222
- **before_super** `column_rename`
- condition: `table_h.column_exist('code')`
- object: `table_h`
@@ -60,12 +53,9 @@ Line: 222
- where: `(table.planned_start_date == Null) & (table.planned_date != Null)`
## Version 5.6.17
### Production
Line: 249
### 5.6
file: /home/uha4/tmp/tryton/modules/production/production.py : 249
- **before_super** `column_rename`
- condition: `table_h.column_exist('code')`
- object: `table_h`
@@ -80,12 +70,9 @@ Line: 249
- where: `(table.planned_start_date == Null) & (table.planned_date != Null)`
## Version 5.8.16
### Production
Line: 254
### 5.8
file: /home/uha4/tmp/tryton/modules/production/production.py : 254
- **before_super** `column_rename`
- condition: `table_h.column_exist('code')`
- object: `table_h`
@@ -108,12 +95,9 @@ Line: 254
- where: `table.state == 'cancel'`
## Version 6.0.76
### Production
Line: 264
### 6.0
file: /home/uha4/tmp/tryton/modules/production/production.py : 264
- **before_super** `column_rename`
- condition: `table_h.column_exist('code')`
- object: `table_h`
@@ -136,20 +120,9 @@ Line: 264
- where: `table.state == 'cancel'`
## Version 6.2.14
### BOMInput
Line: 70
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### Production
Line: 265
### 6.2
file: /home/uha4/tmp/tryton/modules/production/production.py : 265
- **before_super** `column_rename`
- condition: `table_h.column_exist('code')`
- object: `table_h`
@@ -172,20 +145,9 @@ Line: 265
- where: `table.state == 'cancel'`
## Version 6.4.16
### BOMInput
Line: 70
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### Production
Line: 250
### 6.4
file: /home/uha4/tmp/tryton/modules/production/production.py : 250
- **before_super** `column_rename`
- condition: `table_h.column_exist('code')`
- object: `table_h`
@@ -208,20 +170,9 @@ Line: 250
- where: `table.state == 'cancel'`
## Version 6.6.14
### BOMInput
Line: 70
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### Production
Line: 266
### 6.6
file: /home/uha4/tmp/tryton/modules/production/production.py : 266
- **before_super** `column_rename`
- condition: `table_h.column_exist('code')`
- object: `table_h`
@@ -244,20 +195,9 @@ Line: 266
- where: `table.state == 'cancel'`
## Version 6.8.17
### BOMInput
Line: 70
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### Production
Line: 263
### 6.8
file: /home/uha4/tmp/tryton/modules/production/production.py : 263
- **before_super** `column_rename`
- condition: `table_h.column_exist('code')`
- object: `table_h`
@@ -280,24 +220,9 @@ Line: 263
- where: `table.state == 'cancel'`
## Version 7.0.55
### BOMInput
Line: 72
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### Production
Line: 264
### 7.0
file: /home/uha4/tmp/tryton/modules/production/production.py : 264
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
@@ -312,37 +237,9 @@ Line: 264
- where: `table.state == 'cancel'`
## Version 7.2.23
### BOMInput
Line: 72
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### Cron
Line: 19
- **after_super** `execute`
- object: `cursor`
- args: `*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')`
- **after_super** `update`
- object: `table`
- args: `[table.method], ['ir.cron|stock_shipment_assign_try']`
- kwargs:
- where: `table.method == 'production|assign_cron'`
### Production
Line: 265
### 7.2
file: /home/uha4/tmp/tryton/modules/production/production.py : 265
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
@@ -357,37 +254,9 @@ Line: 265
- where: `table.state == 'cancel'`
## Version 7.4.25
### BOMInput
Line: 146
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### Cron
Line: 19
- **after_super** `execute`
- object: `cursor`
- args: `*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')`
- **after_super** `update`
- object: `table`
- args: `[table.method], ['ir.cron|stock_shipment_assign_try']`
- kwargs:
- where: `table.method == 'production|assign_cron'`
### Production
Line: 266
### 7.4
file: /home/uha4/tmp/tryton/modules/production/production.py : 266
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
@@ -402,12 +271,70 @@ Line: 266
- where: `table.state == 'cancel'`
## Version 7.6.20
### 7.6
### BOMInput
file: /home/uha4/tmp/tryton/modules/production/production.py : 267
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
Line: 142
### 7.8
file: /home/uha4/tmp/tryton/modules/production/production.py : 281
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
### 8.0
file: /home/uha4/tmp/tryton/modules/production/production.py : 276
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
## Klasse BOMInput
### 6.2
file: /home/uha4/tmp/tryton/modules/production/bom.py : 70
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### 6.4
file: /home/uha4/tmp/tryton/modules/production/bom.py : 70
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### 6.6
file: /home/uha4/tmp/tryton/modules/production/bom.py : 70
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### 6.8
file: /home/uha4/tmp/tryton/modules/production/bom.py : 70
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### 7.0
file: /home/uha4/tmp/tryton/modules/production/bom.py : 72
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
@@ -416,35 +343,46 @@ Line: 142
- object: `table_h`
- args: `'product_bom_uniq'`
### Cron
Line: 19
- **after_super** `execute`
- object: `cursor`
- args: `*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')`
- **after_super** `update`
- object: `table`
- args: `[table.method], ['ir.cron|stock_shipment_assign_try']`
- kwargs:
- where: `table.method == 'production|assign_cron'`
### Production
Line: 267
### 7.2
file: /home/uha4/tmp/tryton/modules/production/bom.py : 72
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
## Version 7.8.14
### 7.4
### BOMInput
file: /home/uha4/tmp/tryton/modules/production/bom.py : 146
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
Line: 208
### 7.6
file: /home/uha4/tmp/tryton/modules/production/bom.py : 142
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
- **after_super** `drop_constraint`
- object: `table_h`
- args: `'product_bom_uniq'`
### 7.8
file: /home/uha4/tmp/tryton/modules/production/bom.py : 208
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
@@ -456,35 +394,10 @@ Line: 208
- object: `table_h`
- args: `'product', 'remove'`
### Cron
Line: 19
- **after_super** `execute`
- object: `cursor`
- args: `*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')`
- **after_super** `update`
- object: `table`
- args: `[table.method], ['ir.cron|stock_shipment_assign_try']`
- kwargs:
- where: `table.method == 'production|assign_cron'`
### Production
Line: 281
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
## Version 8.0.8
### BOMInput
Line: 208
### 8.0
file: /home/uha4/tmp/tryton/modules/production/bom.py : 208
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
@@ -496,10 +409,12 @@ Line: 208
- object: `table_h`
- args: `'product', 'remove'`
### Cron
Line: 19
## Klasse Cron
### 7.2
file: /home/uha4/tmp/tryton/modules/production/ir.py : 19
- **after_super** `execute`
- object: `cursor`
- args: `*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')`
@@ -509,13 +424,56 @@ Line: 19
- kwargs:
- where: `table.method == 'production|assign_cron'`
### Production
Line: 276
### 7.4
- **before_super** `column_rename`
- condition: `table_h.column_exist('uom') and (not table_h.column_exist('unit'))`
- object: `table_h`
- args: `'uom', 'unit'`
file: /home/uha4/tmp/tryton/modules/production/ir.py : 19
- **after_super** `execute`
- object: `cursor`
- args: `*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')`
- **after_super** `update`
- object: `table`
- args: `[table.method], ['ir.cron|stock_shipment_assign_try']`
- kwargs:
- where: `table.method == 'production|assign_cron'`
### 7.6
file: /home/uha4/tmp/tryton/modules/production/ir.py : 19
- **after_super** `execute`
- object: `cursor`
- args: `*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')`
- **after_super** `update`
- object: `table`
- args: `[table.method], ['ir.cron|stock_shipment_assign_try']`
- kwargs:
- where: `table.method == 'production|assign_cron'`
### 7.8
file: /home/uha4/tmp/tryton/modules/production/ir.py : 19
- **after_super** `execute`
- object: `cursor`
- args: `*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')`
- **after_super** `update`
- object: `table`
- args: `[table.method], ['ir.cron|stock_shipment_assign_try']`
- kwargs:
- where: `table.method == 'production|assign_cron'`
### 8.0
file: /home/uha4/tmp/tryton/modules/production/ir.py : 19
- **after_super** `execute`
- object: `cursor`
- args: `*table.update([table.method], ['ir.cron|stock_shipment_assign_try'], where=table.method == 'production|assign_cron')`
- **after_super** `update`
- object: `table`
- args: `[table.method], ['ir.cron|stock_shipment_assign_try']`
- kwargs:
- where: `table.method == 'production|assign_cron'`