Commit a90e0605 authored by Yusei Tahara's avatar Yusei Tahara

Add preference properties for base amount category.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35509 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ed885832
......@@ -71,4 +71,19 @@ class TradePreference:
'write_permission': 'Manage properties',
'mode' : '' },
# base_amount
{ 'id' : 'preferred_sale_base_amount',
'description' : 'Uses of base amounts that are sold',
'type' : 'lines',
'preference' : 1,
'default' : [],
'write_permission': 'Manage properties',
'mode' : '' },
{ 'id' : 'preferred_purchase_base_amount',
'description' : 'Uses of base amounts that are purchased',
'type' : 'lines',
'preference' : 1,
'default' : [],
'write_permission': 'Manage properties',
'mode' : '' },
)
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