Commit f2726997 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Add more acquired properties: comment, source_reference,

destination_reference, p_variation_base_category_list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19099 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 69aedcc0
......@@ -44,7 +44,10 @@ class DefaultSupply:
'quantity_step', 'priced_quantity',
'start_date', 'stop_date',
'start_date_range_max',
'start_date_range_min'),
'start_date_range_min',
'comment', 'source_reference',
'destination_reference',
'p_variation_base_category_list'),
'mode' : 'w' },
# Define default purchase supply line
{ 'id' : 'purchase_supply_line',
......@@ -60,7 +63,9 @@ class DefaultSupply:
'quantity_step', 'priced_quantity',
'start_date', 'stop_date',
'start_date_range_max',
'start_date_range_min'),
'start_date_range_min',
'comment', 'source_reference',
'p_variation_base_category_list'),
'mode' : 'w' },
# Define default sale supply line
{ 'id' : 'sale_supply_line',
......@@ -76,7 +81,9 @@ class DefaultSupply:
'quantity_step', 'priced_quantity',
'start_date', 'stop_date',
'start_date_range_max',
'start_date_range_min'),
'start_date_range_min',
'comment', 'destination_reference',
'p_variation_base_category_list'),
'mode' : 'w' },
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment