Commit 5ae77b41 authored by Jérome Perrin's avatar Jérome Perrin

Those builders should not create new deliveries

trade model and invoice transaction line should be in same invoice
parent 37f48b67
...@@ -97,6 +97,10 @@ ...@@ -97,6 +97,10 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>delivery_creatable</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>delivery_line_collect_order</string> </key> <key> <string>delivery_line_collect_order</string> </key>
<value> <value>
......
...@@ -85,6 +85,10 @@ ...@@ -85,6 +85,10 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>delivery_creatable</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>delivery_line_collect_order</string> </key> <key> <string>delivery_line_collect_order</string> </key>
<value> <value>
......
...@@ -97,6 +97,10 @@ ...@@ -97,6 +97,10 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>delivery_creatable</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>delivery_line_collect_order</string> </key> <key> <string>delivery_line_collect_order</string> </key>
<value> <value>
......
...@@ -85,6 +85,10 @@ ...@@ -85,6 +85,10 @@
</tuple> </tuple>
</value> </value>
</item> </item>
<item>
<key> <string>delivery_creatable</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>delivery_line_collect_order</string> </key> <key> <string>delivery_line_collect_order</string> </key>
<value> <value>
......
2 3
\ 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