Commit 181081ed authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

set a causality to the invoice instead of the order in delivery level of...

set a causality to the invoice instead of the order in delivery level of payment transaction builder. if we need more causalities, they should be added by post generation script.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32147 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c2a01d1a
......@@ -3,7 +3,7 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="OrderMovementGroup" module="Products.ERP5Type.Document.OrderMovementGroup"/>
<global name="DeliveryCausalityAssignmentMovementGroup" module="Products.ERP5Type.Document.DeliveryCausalityAssignmentMovementGroup"/>
<tuple/>
</tuple>
</pickle>
......@@ -25,19 +25,19 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>order_movement_group_on_delivery</string> </value>
<value> <string>delivery_causality_assignement_movement_group_on_delivery</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value> <int>1</int> </value>
<value> <int>100</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Order Movement Group</string> </value>
<value> <string>Delivery Causality Assignment Movement Group</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>order_movement_group_on_delivery</string> </value>
<value> <string>Delivery Causality Assignement Movement Group On Delivery</string> </value>
</item>
</dictionary>
</pickle>
......
325
\ No newline at end of file
326
\ 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