Commit c1ddf09a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add one more property for default internal supply line.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29939 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 869880bf
......@@ -49,6 +49,25 @@ class DefaultSupply:
'destination_reference',
'p_variation_base_category_list'),
'mode' : 'w' },
# Define default internal supply line
{ 'id' : 'internal_supply_line',
'storage_id' : 'default_isl',
'description' : '',
'type' : 'content',
'portal_type' : ('Internal Supply Line',),
'acquired_property_id' : ('base_price', 'id', 'priced_quantity',
'price_currency', 'price_currency_title',
'source', 'destination',
'source_title', 'destination_title',
'source_value', 'destination_value',
'quantity_step', 'priced_quantity',
'start_date', 'stop_date',
'start_date_range_max',
'start_date_range_min',
'comment', 'source_reference',
'p_variation_base_category_list',
'destination_account'),
'mode' : 'w' },
# Define default purchase supply line
{ 'id' : 'purchase_supply_line',
'storage_id' : 'default_psl',
......
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