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 @@ ...@@ -81,7 +81,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>text</string> </key> <key> <string>text</string> </key>
<value> <string>string:${object_url}/SoftwareLicense_view</string> </value> <value> <string>string:${object_url}/SoftwareProduct_view</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
<base_category_list> <base_category_list>
<portal_type id="Data Set Module"> <portal_type id="Sale Supply Line">
<item>business_application</item> <item>aggregate</item>
</portal_type> </portal_type>
<portal_type id="License Module"> <portal_type id="Software License Module">
<item>business_application</item> <item>business_application</item>
</portal_type> </portal_type>
<portal_type id="Sale Supply Line"> <portal_type id="Software Product Module">
<item>aggregate</item> <item>business_application</item>
</portal_type> </portal_type>
</base_category_list> </base_category_list>
\ No newline at end of file
54 55
\ No newline at end of file \ No newline at end of file
...@@ -2,6 +2,6 @@ Software License Module | view ...@@ -2,6 +2,6 @@ Software License Module | view
Software License | related Software License | related
Software License | view Software License | view
Software License | view_editor Software License | view_editor
Software Product | view
Software Product Module | view Software Product Module | view
Software Product | sale_view Software Product | sale_view
\ No newline at end of file Software Product | view
\ No newline at end of file
Data Set Module | business_application Sale Supply Line | aggregate
License Module | business_application Software License Module | business_application
Sale Supply Line | aggregate Software Product Module | business_application
\ No newline at end of file \ 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