Commit f4aad693 authored by Alexandre Boeglin's avatar Alexandre Boeglin

reorder variables


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8302 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 93c3e8c1
......@@ -187,9 +187,12 @@ portal_default_gap_root = 'gap/france/pcg'
# WARNING: order must be consistent with Portal Types Roles Definitions.
portal_assignment_base_category_list = ['site', 'group', 'function']
portal_current_inventory_state_list = ('delivered', 'started', 'stopped', 'invoiced') # invoiced is Coramy specific and should be removed
portal_draft_order_state_list = ('cancelled', 'draft', 'auto_planned' )
portal_planned_order_state_list = ('planned', 'ordered', )
portal_reserved_inventory_state_list = ('confirmed', 'getting_ready', 'ready')
portal_future_inventory_state_list = ('planned', 'ordered',)
portal_reserved_inventory_state_list = ('confirmed', 'getting_ready', 'ready')
portal_current_inventory_state_list = ('delivered', 'started', 'stopped', 'invoiced')
# invoiced is Coramy specific and should be removed
portal_updatable_amortisation_transaction_state_list = ('draft',)
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