Commit 54a9f47d authored by Nicolas Delaby's avatar Nicolas Delaby

Disallow portal_type filtering (enable all)

Must be configured with association between portal_type and workflow on Business Template level.
This authorise to associate this interaction with portal_types which are not embedded by erp5_trade

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41162 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 25cf0306
...@@ -67,20 +67,7 @@ ...@@ -67,20 +67,7 @@
<item> <item>
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
<value> <value>
<list> <none/>
<string>Container Line</string>
<string>Internal Order Line</string>
<string>Internal Packing List Line</string>
<string>Inventory Line</string>
<string>Invoice Line</string>
<string>Pay Sheet Line</string>
<string>Pay Sheet Model Line</string>
<string>Purchase Order Line</string>
<string>Purchase Packing List Line</string>
<string>Returned Sale Packing List Line</string>
<string>Sale Order Line</string>
<string>Sale Packing List Line</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -89,6 +76,10 @@ ...@@ -89,6 +76,10 @@
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>temporary_document_disallowed</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
......
1062 1064
\ 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