Commit 568cbba3 authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: builders: do not merge movement with different prices

parent 4f96b4ae
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
<value> <value>
<tuple> <tuple>
<string>calculateSeparatePrice</string> <string>calculateSeparatePrice</string>
<string>calculateAddQuantity</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</item> </item>
<item> <item>
<key> <string>int_index</string> </key> <key> <string>int_index</string> </key>
<value> <int>2</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</item> </item>
<item> <item>
<key> <string>int_index</string> </key> <key> <string>int_index</string> </key>
<value> <int>3</int> </value> <value> <int>4</int> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</item> </item>
<item> <item>
<key> <string>int_index</string> </key> <key> <string>int_index</string> </key>
<value> <int>2</int> </value> <value> <int>3</int> </value>
</item> </item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
<tuple> <tuple>
<string>start_date</string> <string>start_date</string>
<string>stop_date</string> <string>stop_date</string>
<string>price</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -83,8 +83,8 @@ ...@@ -83,8 +83,8 @@
<key> <string>delivery_cell_separate_order</string> </key> <key> <string>delivery_cell_separate_order</string> </key>
<value> <value>
<tuple> <tuple>
<string>calculateSeparatePrice</string>
<string>calculateAddQuantity</string> <string>calculateAddQuantity</string>
<string>calculateAveragePrice</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
<key> <string>delivery_cell_separate_order</string> </key> <key> <string>delivery_cell_separate_order</string> </key>
<value> <value>
<tuple> <tuple>
<string>calculateSeparatePrice</string>
<string>calculateAddQuantity</string> <string>calculateAddQuantity</string>
<string>calculateAveragePrice</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<value> <value>
<tuple> <tuple>
<string>collect_order_group/line</string> <string>collect_order_group/line</string>
<string>divergence_scope/property</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
<key> <string>delivery_cell_separate_order</string> </key> <key> <string>delivery_cell_separate_order</string> </key>
<value> <value>
<tuple> <tuple>
<string>calculateAveragePrice</string> <string>calculateSeparatePrice</string>
<string>calculateAddQuantity</string> <string>calculateAddQuantity</string>
</tuple> </tuple>
</value> </value>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Property Movement Group" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>divergence_scope/property</string>
<string>collect_order_group/line</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>property_movement_group_on_line</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>tested_property</string> </key>
<value>
<tuple>
<string>price</string>
</tuple>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>update_always</string> </key>
<value> <int>0</int> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
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