Commit a3e031e1 authored by Tatuya Kamada's avatar Tatuya Kamada

Acquire more properties from FlowCapacity.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30514 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32208eb8
......@@ -66,7 +66,9 @@ class DefaultSupply:
'start_date_range_min',
'comment', 'source_reference',
'p_variation_base_category_list',
'destination_account'),
'destination_account',
'min_delay', 'max_delay', 'min_flow', 'max_flow',
'min_stock', 'max_stock'),
'mode' : 'w' },
# Define default purchase supply line
{ 'id' : 'purchase_supply_line',
......@@ -85,7 +87,9 @@ class DefaultSupply:
'start_date_range_min',
'comment', 'source_reference',
'p_variation_base_category_list',
'destination_account'),
'destination_account',
'min_delay', 'max_delay', 'min_flow', 'max_flow',
'min_stock', 'max_stock'),
'mode' : 'w' },
# Define default sale supply line
{ 'id' : 'sale_supply_line',
......@@ -104,7 +108,9 @@ class DefaultSupply:
'start_date_range_min',
'comment', 'destination_reference',
'p_variation_base_category_list',
'source_account'),
'source_account',
'min_delay', 'max_delay', 'min_flow', 'max_flow',
'min_stock', 'max_stock'),
'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