Commit 8352f1df authored by Romain Courteaud's avatar Romain Courteaud

Sale Order Cell and Purchase Order Cell portal types now use Order Cell as Metatype.

Thanks to Rafael Monnerat.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9868 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3468c820
......@@ -64,7 +64,7 @@
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Delivery Cell</string> </value>
<value> <string>ERP5 Order Cell</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -74,7 +74,7 @@
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addDeliveryCell</string> </value>
<value> <string>addOrderCell</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
......
......@@ -64,7 +64,7 @@
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Delivery Cell</string> </value>
<value> <string>ERP5 Order Cell</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -74,7 +74,7 @@
</item>
<item>
<key> <string>factory</string> </key>
<value> <string>addDeliveryCell</string> </value>
<value> <string>addOrderCell</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
......
11
\ No newline at end of file
14
\ 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