Commit 06041b2b authored by Yoshinori Okuji's avatar Yoshinori Okuji

Added category lists for specifying columns, rows, etc. in a matrix box.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@213 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 64398c05
......@@ -151,3 +151,11 @@ draft_order_state = ('cancelled', 'draft', 'auto_planned' )
planned_order_state = ('planned', 'ordered', )
reserved_inventory_state_list = ('confirmed', 'getting_ready', 'ready')
future_inventory_state_list = ('planned', 'ordered',)
## Default Order of base_category in Columns and Lines
# Goal: always show information the same way
# Rule: always try to represent a variation the same way
# Possible Improvement: use order as priority. If twice in column, movement least priority to tab
column_base_category_list = ('taille', )
line_base_category_list = ('coloris', 'couleur', )
tab_base_category_list = ('morphologie', )
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