Commit b0fb16ae authored by Jérome Perrin's avatar Jérome Perrin

associate modules portal types with business_application base category

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26879 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 97fb950a
......@@ -6,9 +6,18 @@
<portal_type id="Budget Line">
<item>budget_line_type</item>
</portal_type>
<portal_type id="Budget Model Module">
<item>business_application</item>
</portal_type>
<portal_type id="Budget Module">
<item>business_application</item>
</portal_type>
<portal_type id="Budget Transaction">
<item>group</item>
</portal_type>
<portal_type id="Budget Transaction Module">
<item>business_application</item>
</portal_type>
<portal_type id="Budget Transfer Line">
<item>group</item>
</portal_type>
......
223
\ No newline at end of file
224
\ No newline at end of file
Budget Line | budget_line_type
Budget Model Module | business_application
Budget Module | business_application
Budget Transaction Module | business_application
Budget Transaction | group
Budget Transfer Line | group
Budget | budget_type
......
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