Commit cd5fd550 authored by Guillaume Michon's avatar Guillaume Michon

Added immo related types


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1505 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a4b44504
......@@ -64,6 +64,7 @@ delivery_type_list = ('Delivery',
'Production Report',
'Balance Transaction',
'Payment Transaction',
'Amortisation Transaction',
)
order_or_delivery_type_list = tuple(list(order_type_list) + list(delivery_type_list))
......@@ -136,7 +137,7 @@ simulated_movement_type_list = tuple(filter(lambda x: x != 'Container Line' and
container_type_list = ('Container',)
item_type_list = ('Piece Tissu',)
item_type_list = ('Piece Tissu','Nexedi VPN')
discount_type_list = ('Remise',)
......
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