Public Access
compare.py fasst nach Klassen zusammen
This commit is contained in:
+288
-330
@@ -1,11 +1,10 @@
|
||||
# product
|
||||
|
||||
## Version 5.0.63
|
||||
## Klasse ProductCostPriceMethod
|
||||
|
||||
### ProductCostPriceMethod
|
||||
|
||||
Line: 374
|
||||
### 5.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 374
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
@@ -21,10 +20,183 @@ Line: 374
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
### ProductCostPrice
|
||||
|
||||
Line: 429
|
||||
### 5.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 382
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
|
||||
### 5.4
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 439
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
|
||||
### 5.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 578
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
|
||||
### 5.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 622
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
|
||||
### 6.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 647
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
|
||||
### 6.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 677
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
|
||||
### 6.4
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 669
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
|
||||
### 6.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 708
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
|
||||
### 6.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 732
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
|
||||
## Klasse ProductCostPrice
|
||||
|
||||
### 5.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 429
|
||||
- **after_super** `add_column`
|
||||
- condition: `not exist`
|
||||
- object: `table`
|
||||
@@ -60,31 +232,9 @@ Line: 429
|
||||
- args: `'template'`
|
||||
|
||||
|
||||
## Version 5.2.20
|
||||
|
||||
### ProductCostPriceMethod
|
||||
|
||||
Line: 382
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
### ProductCostPrice
|
||||
|
||||
Line: 437
|
||||
### 5.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 437
|
||||
- **after_super** `add_column`
|
||||
- condition: `not exist`
|
||||
- object: `table`
|
||||
@@ -120,31 +270,9 @@ Line: 437
|
||||
- args: `'template'`
|
||||
|
||||
|
||||
## Version 5.4.20
|
||||
|
||||
### ProductCostPriceMethod
|
||||
|
||||
Line: 439
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
### ProductCostPrice
|
||||
|
||||
Line: 494
|
||||
### 5.4
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 494
|
||||
- **after_super** `add_column`
|
||||
- condition: `not exist`
|
||||
- object: `table`
|
||||
@@ -180,44 +308,9 @@ Line: 494
|
||||
- args: `'template'`
|
||||
|
||||
|
||||
## Version 5.6.17
|
||||
|
||||
### Product
|
||||
|
||||
Line: 360
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
### ProductCostPriceMethod
|
||||
|
||||
Line: 578
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
### ProductCostPrice
|
||||
|
||||
Line: 634
|
||||
### 5.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 634
|
||||
- **after_super** `add_column`
|
||||
- condition: `not exist`
|
||||
- object: `table`
|
||||
@@ -253,44 +346,9 @@ Line: 634
|
||||
- args: `'template'`
|
||||
|
||||
|
||||
## Version 5.8.16
|
||||
|
||||
### Product
|
||||
|
||||
Line: 401
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
### ProductCostPriceMethod
|
||||
|
||||
Line: 622
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
### ProductCostPrice
|
||||
|
||||
Line: 678
|
||||
### 5.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 678
|
||||
- **after_super** `add_column`
|
||||
- condition: `not exist`
|
||||
- object: `table`
|
||||
@@ -326,44 +384,9 @@ Line: 678
|
||||
- args: `'template'`
|
||||
|
||||
|
||||
## Version 6.0.76
|
||||
|
||||
### Product
|
||||
|
||||
Line: 416
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
### ProductCostPriceMethod
|
||||
|
||||
Line: 647
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
### ProductCostPrice
|
||||
|
||||
Line: 707
|
||||
### 6.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 707
|
||||
- **after_super** `add_column`
|
||||
- condition: `not exist`
|
||||
- object: `table`
|
||||
@@ -399,44 +422,9 @@ Line: 707
|
||||
- args: `'template'`
|
||||
|
||||
|
||||
## Version 6.2.14
|
||||
|
||||
### Product
|
||||
|
||||
Line: 432
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
### ProductCostPriceMethod
|
||||
|
||||
Line: 677
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
### ProductCostPrice
|
||||
|
||||
Line: 742
|
||||
### 6.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 742
|
||||
- **after_super** `add_column`
|
||||
- condition: `not exist`
|
||||
- object: `table`
|
||||
@@ -472,44 +460,9 @@ Line: 742
|
||||
- args: `'template'`
|
||||
|
||||
|
||||
## Version 6.4.16
|
||||
|
||||
### Product
|
||||
|
||||
Line: 424
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
### ProductCostPriceMethod
|
||||
|
||||
Line: 669
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
### ProductCostPrice
|
||||
|
||||
Line: 734
|
||||
### 6.4
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 734
|
||||
- **after_super** `add_column`
|
||||
- condition: `not exist`
|
||||
- object: `table`
|
||||
@@ -545,44 +498,9 @@ Line: 734
|
||||
- args: `'template'`
|
||||
|
||||
|
||||
## Version 6.6.14
|
||||
|
||||
### Product
|
||||
|
||||
Line: 444
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
### ProductCostPriceMethod
|
||||
|
||||
Line: 708
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
### ProductCostPrice
|
||||
|
||||
Line: 772
|
||||
### 6.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 772
|
||||
- **after_super** `add_column`
|
||||
- condition: `not exist`
|
||||
- object: `table`
|
||||
@@ -618,44 +536,9 @@ Line: 772
|
||||
- args: `'template'`
|
||||
|
||||
|
||||
## Version 6.8.17
|
||||
|
||||
### Product
|
||||
|
||||
Line: 447
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
### ProductCostPriceMethod
|
||||
|
||||
Line: 732
|
||||
|
||||
- **after_super** `execute`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cursor`
|
||||
- args: `*sql_table.insert(columns=[Column(sql_table, c) for c in columns], values=cost_price.select(*[Column(cost_price, c) for c in columns]))`
|
||||
- **after_super** `insert`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `sql_table`
|
||||
- kwargs:
|
||||
- columns: `[Column(sql_table, c) for c in columns]`
|
||||
- values: `cost_price.select(*[Column(cost_price, c) for c in columns])`
|
||||
- **after_super** `select`
|
||||
- condition: `cost_price_table.column_exist('template')`
|
||||
- object: `cost_price`
|
||||
- args: `*[Column(cost_price, c) for c in columns]`
|
||||
|
||||
### ProductCostPrice
|
||||
|
||||
Line: 796
|
||||
### 6.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 796
|
||||
- **after_super** `add_column`
|
||||
- condition: `not exist`
|
||||
- object: `table`
|
||||
@@ -691,12 +574,11 @@ Line: 796
|
||||
- args: `'template'`
|
||||
|
||||
|
||||
## Version 7.0.55
|
||||
## Klasse Product
|
||||
|
||||
### Product
|
||||
|
||||
Line: 494
|
||||
### 5.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 360
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
@@ -707,12 +589,9 @@ Line: 494
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
|
||||
## Version 7.2.23
|
||||
|
||||
### Product
|
||||
|
||||
Line: 477
|
||||
### 5.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 401
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
@@ -723,12 +602,9 @@ Line: 477
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
|
||||
## Version 7.4.25
|
||||
|
||||
### Product
|
||||
|
||||
Line: 505
|
||||
### 6.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 416
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
@@ -739,12 +615,94 @@ Line: 505
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
|
||||
## Version 7.6.20
|
||||
### 6.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 432
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
|
||||
## Version 7.8.14
|
||||
### 6.4
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 424
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
|
||||
## Version 8.0.8
|
||||
### 6.6
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 444
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
|
||||
### 6.8
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 447
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
|
||||
### 7.0
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 494
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
|
||||
### 7.2
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 477
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
|
||||
### 7.4
|
||||
|
||||
file: /home/uha4/tmp/tryton/modules/product/product.py : 505
|
||||
- **after_super** `execute`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `cursor`
|
||||
- args: `*table.update([table.suffix_code], [table.code])`
|
||||
- **after_super** `update`
|
||||
- condition: `fill_suffix_code`
|
||||
- object: `table`
|
||||
- args: `[table.suffix_code], [table.code]`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user