Commit 68ecab23 authored by Jérome Perrin's avatar Jérome Perrin

fixup! erp5_trade: enable template creation for purchase order

also needs to be declared in hidden content types to prevent adding
directly in preferences
parent 05fe5e19
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<item>Inventory Cell</item> <item>Inventory Cell</item>
</portal_type> </portal_type>
<portal_type id="Preference"> <portal_type id="Preference">
<item>Purchase Order</item>
<item>Sale Order</item> <item>Sale Order</item>
</portal_type> </portal_type>
<portal_type id="Purchase Order Line"> <portal_type id="Purchase Order Line">
......
...@@ -2,6 +2,7 @@ Container Line | Container Cell ...@@ -2,6 +2,7 @@ Container Line | Container Cell
Internal Order Line | Internal Order Cell Internal Order Line | Internal Order Cell
Internal Packing List Line | Internal Packing List Cell Internal Packing List Line | Internal Packing List Cell
Inventory Line | Inventory Cell Inventory Line | Inventory Cell
Preference | Purchase Order
Preference | Sale Order Preference | Sale Order
Purchase Order Line | Purchase Order Cell Purchase Order Line | Purchase Order Cell
Purchase Packing List Line | Purchase Packing List Cell Purchase Packing List Line | Purchase Packing List Cell
......
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