Public Access
several small fixes:
- systemmodule ir und res aufgenommen - Version auf Major.Minor reduziert - reihenfolge der Module fixiert
This commit is contained in:
+179
-179
@@ -1,5 +1,184 @@
|
||||
# production
|
||||
|
||||
## 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`
|
||||
- args: `'uom', 'unit'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table_h`
|
||||
- args: `'product_bom_uniq'`
|
||||
|
||||
|
||||
### 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'`
|
||||
|
||||
|
||||
### 7.4
|
||||
|
||||
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'`
|
||||
|
||||
|
||||
### 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`
|
||||
- args: `'uom', 'unit'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table_h`
|
||||
- args: `'product_bom_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'product', 'remove'`
|
||||
|
||||
|
||||
### 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`
|
||||
- args: `'uom', 'unit'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table_h`
|
||||
- args: `'product_bom_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'product', 'remove'`
|
||||
|
||||
|
||||
## 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')`
|
||||
- **after_super** `update`
|
||||
- object: `table`
|
||||
- args: `[table.method], ['ir.cron|stock_shipment_assign_try']`
|
||||
- kwargs:
|
||||
- where: `table.method == 'production|assign_cron'`
|
||||
|
||||
|
||||
### 7.4
|
||||
|
||||
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'`
|
||||
|
||||
|
||||
## Klasse Production
|
||||
|
||||
### 5.0
|
||||
@@ -298,182 +477,3 @@ file: /home/uha4/tmp/tryton/modules/production/production.py : 276
|
||||
- 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`
|
||||
- args: `'uom', 'unit'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table_h`
|
||||
- args: `'product_bom_uniq'`
|
||||
|
||||
|
||||
### 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'`
|
||||
|
||||
|
||||
### 7.4
|
||||
|
||||
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'`
|
||||
|
||||
|
||||
### 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`
|
||||
- args: `'uom', 'unit'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table_h`
|
||||
- args: `'product_bom_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'product', 'remove'`
|
||||
|
||||
|
||||
### 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`
|
||||
- args: `'uom', 'unit'`
|
||||
- **after_super** `drop_constraint`
|
||||
- object: `table_h`
|
||||
- args: `'product_bom_uniq'`
|
||||
- **after_super** `not_null_action`
|
||||
- object: `table_h`
|
||||
- args: `'product', 'remove'`
|
||||
|
||||
|
||||
## 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')`
|
||||
- **after_super** `update`
|
||||
- object: `table`
|
||||
- args: `[table.method], ['ir.cron|stock_shipment_assign_try']`
|
||||
- kwargs:
|
||||
- where: `table.method == 'production|assign_cron'`
|
||||
|
||||
|
||||
### 7.4
|
||||
|
||||
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'`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user