Commit 811f0366 authored by Łukasz Nowak's avatar Łukasz Nowak

- move category definition to portal type related property sheet


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28243 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fe04a3f2
<base_category_list>
<portal_type id="Business Path">
<item>delivery_builder</item>
<item>end_of</item>
<item>trade_phase</item>
<item>order_builder</item>
</portal_type>
<portal_type id="Business Process">
<item>specialise</item>
</portal_type>
<portal_type id="Discount Module">
<item>business_application</item>
</portal_type>
......
705
\ No newline at end of file
706
\ No newline at end of file
Business Path | delivery_builder
Business Path | end_of
Business Path | order_builder
Business Path | trade_phase
Business Process | specialise
Discount Module | business_application
Internal Packing List Module | business_application
Inventory Module | business_application
......
......@@ -70,4 +70,5 @@ class BusinessPath:
'multivalued' : 1,
'mode' : 'w' },
)
_categories = ( )
_categories = ( 'delivery_builder', 'order_builder', 'end_of',
'trade_phase' )
......@@ -38,4 +38,4 @@ class BusinessProcess:
'type' : 'string',
'mode' : 'w' },
)
_categories = ( )
_categories = ( 'specialise', )
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