Commit d6a8a486 authored by Romain Courteaud's avatar Romain Courteaud

Add properties for default payment condition.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2836 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4d889fcb
......@@ -43,6 +43,18 @@ class TradeCondition:
'description' : 'The reference of the destination_decision for default source',
'type' : 'string',
'mode' : 'w' },
# Subordination properties
{ 'id' : 'payment_condition',
'storage_id' : 'default_payment_condition',
'description' : 'The current payment condition.',
'type' : 'content',
'portal_type' : ('Payment Condition'),
'acquired_property_id' : ('payment_mode', 'payment_term',
'payment_end_of_month',
'payment_additional_term', 'trade_date'
),
'mode' : 'w' },
)
_categories = ('group', 'activity', 'incoterm', 'price_currency', 'delivery_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