Commit 2347555d authored by Sebastien Robin's avatar Sebastien Robin

put back workflow states, it should stay here even if there is a new way of...

put back workflow states, it should stay here even if there is a new way of doing, so that it does not breaks everything


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4876 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c79828d3
......@@ -182,3 +182,9 @@ portal_default_gap_root = 'gap/france/pcg'
# Security default values: a list of base categories which security groups are based on
# 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',)
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