Commit 93f0fe48 authored by Romain Courteaud's avatar Romain Courteaud

Predicate can be created inside (Sale/Purchase) Supply Line.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13254 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4cd1ca87
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
</portal_type> </portal_type>
<portal_type id="Purchase Supply Line"> <portal_type id="Purchase Supply Line">
<item>Purchase Supply Cell</item> <item>Purchase Supply Cell</item>
<item>Predicate</item>
</portal_type> </portal_type>
<portal_type id="Purchase Supply Module"> <portal_type id="Purchase Supply Module">
<item>Purchase Supply</item> <item>Purchase Supply</item>
...@@ -111,6 +112,7 @@ ...@@ -111,6 +112,7 @@
<item>Supply Line</item> <item>Supply Line</item>
</portal_type> </portal_type>
<portal_type id="Sale Supply Line"> <portal_type id="Sale Supply Line">
<item>Predicate</item>
<item>Sale Supply Cell</item> <item>Sale Supply Cell</item>
</portal_type> </portal_type>
<portal_type id="Sale Supply Module"> <portal_type id="Sale Supply Module">
...@@ -125,5 +127,6 @@ ...@@ -125,5 +127,6 @@
</portal_type> </portal_type>
<portal_type id="Supply Line"> <portal_type id="Supply Line">
<item>Supply Cell</item> <item>Supply Cell</item>
<item>Predicate</item>
</portal_type> </portal_type>
</allowed_content_type_list> </allowed_content_type_list>
\ No newline at end of file
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
</portal_type> </portal_type>
<portal_type id="Purchase Supply Line"> <portal_type id="Purchase Supply Line">
<item>Purchase Supply Cell</item> <item>Purchase Supply Cell</item>
<item>Predicate</item>
</portal_type> </portal_type>
<portal_type id="Returned Sale Packing List Line"> <portal_type id="Returned Sale Packing List Line">
<item>Returned Sale Packing List Cell</item> <item>Returned Sale Packing List Cell</item>
...@@ -33,9 +34,11 @@ ...@@ -33,9 +34,11 @@
<item>Supply Line</item> <item>Supply Line</item>
</portal_type> </portal_type>
<portal_type id="Sale Supply Line"> <portal_type id="Sale Supply Line">
<item>Predicate</item>
<item>Sale Supply Cell</item> <item>Sale Supply Cell</item>
</portal_type> </portal_type>
<portal_type id="Supply Line"> <portal_type id="Supply Line">
<item>Predicate</item>
<item>Supply Cell</item> <item>Supply Cell</item>
</portal_type> </portal_type>
</hidden_content_type_list> </hidden_content_type_list>
\ No newline at end of file
52 53
\ No newline at end of file \ No newline at end of file
...@@ -21,6 +21,7 @@ Purchase Order | Purchase Order Line ...@@ -21,6 +21,7 @@ Purchase Order | Purchase Order Line
Purchase Packing List Line | Purchase Packing List Cell Purchase Packing List Line | Purchase Packing List Cell
Purchase Packing List Module | Purchase Packing List Purchase Packing List Module | Purchase Packing List
Purchase Packing List | Purchase Packing List Line Purchase Packing List | Purchase Packing List Line
Purchase Supply Line | Predicate
Purchase Supply Line | Purchase Supply Cell Purchase Supply Line | Purchase Supply Cell
Purchase Supply Module | Purchase Supply Purchase Supply Module | Purchase Supply
Purchase Supply | Purchase Supply Line Purchase Supply | Purchase Supply Line
...@@ -43,6 +44,7 @@ Sale Packing List Line | Sale Packing List Cell ...@@ -43,6 +44,7 @@ Sale Packing List Line | Sale Packing List Cell
Sale Packing List Module | Sale Packing List Sale Packing List Module | Sale Packing List
Sale Packing List | Container Sale Packing List | Container
Sale Packing List | Sale Packing List Line Sale Packing List | Sale Packing List Line
Sale Supply Line | Predicate
Sale Supply Line | Sale Supply Cell Sale Supply Line | Sale Supply Cell
Sale Supply Module | Sale Supply Sale Supply Module | Sale Supply
Sale Supply | Sale Supply Line Sale Supply | Sale Supply Line
...@@ -50,4 +52,5 @@ Sale Supply | Supply Line ...@@ -50,4 +52,5 @@ Sale Supply | Supply Line
Sale Trade Condition Module | Sale Trade Condition Sale Trade Condition Module | Sale Trade Condition
Sale Trade Condition | Discount Sale Trade Condition | Discount
Sale Trade Condition | Payment Condition Sale Trade Condition | Payment Condition
Supply Line | Predicate
Supply Line | Supply Cell Supply Line | Supply Cell
\ No newline at end of file
...@@ -3,11 +3,14 @@ Internal Packing List Line | Internal Packing List Cell ...@@ -3,11 +3,14 @@ Internal Packing List Line | Internal Packing List Cell
Inventory Line | Inventory Cell Inventory Line | Inventory Cell
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
Purchase Supply Line | Predicate
Purchase Supply Line | Purchase Supply Cell Purchase Supply Line | Purchase Supply Cell
Purchase Supply | Supply Line Purchase Supply | Supply Line
Returned Sale Packing List Line | Returned Sale Packing List Cell Returned Sale Packing List Line | Returned Sale Packing List Cell
Sale Order Line | Sale Order Cell Sale Order Line | Sale Order Cell
Sale Packing List Line | Sale Packing List Cell Sale Packing List Line | Sale Packing List Cell
Sale Supply Line | Predicate
Sale Supply Line | Sale Supply Cell Sale Supply Line | Sale Supply Cell
Sale Supply | Supply Line Sale Supply | Supply Line
Supply Line | Predicate
Supply Line | Supply Cell Supply Line | Supply Cell
\ 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