Commit a64655ad authored by Fabien Morin's avatar Fabien Morin

some portal_types were wrong.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35357 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 846fdd72
......@@ -81,7 +81,7 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/SoftwareLicense_view</string> </value>
<value> <string>string:${object_url}/SoftwareProduct_view</string> </value>
</item>
</dictionary>
</pickle>
......
<base_category_list>
<portal_type id="Data Set Module">
<item>business_application</item>
<portal_type id="Sale Supply Line">
<item>aggregate</item>
</portal_type>
<portal_type id="License Module">
<portal_type id="Software License Module">
<item>business_application</item>
</portal_type>
<portal_type id="Sale Supply Line">
<item>aggregate</item>
<portal_type id="Software Product Module">
<item>business_application</item>
</portal_type>
</base_category_list>
\ No newline at end of file
54
\ No newline at end of file
55
\ No newline at end of file
......@@ -2,6 +2,6 @@ Software License Module | view
Software License | related
Software License | view
Software License | view_editor
Software Product | view
Software Product Module | view
Software Product | sale_view
\ No newline at end of file
Software Product | sale_view
Software Product | view
\ No newline at end of file
Data Set Module | business_application
License Module | business_application
Sale Supply Line | aggregate
\ No newline at end of file
Sale Supply Line | aggregate
Software License Module | business_application
Software Product Module | business_application
\ No newline at end of file
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