Commit de457c00 authored by Yusei Tahara's avatar Yusei Tahara

For base amount category, only one preferred list on trade would be enough.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35524 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 53bffd58
......@@ -72,15 +72,8 @@ class TradePreference:
'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',
{ 'id' : 'preferred_trade_base_amount',
'description' : 'Uses of base amounts for trade',
'type' : 'lines',
'preference' : 1,
'default' : [],
......
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