Commit 92b71180 authored by Rafael Monnerat's avatar Rafael Monnerat 👻

Revert and improved my last change. Use delivery builder and Movement Groups...

Revert and improved my last change. Use delivery builder and Movement Groups instead a simple Copy. Thanks to Jerome.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21061 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e97595b
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
<string>SectionPathMovementGroup</string> <string>SectionPathMovementGroup</string>
<string>PathMovementGroup</string> <string>PathMovementGroup</string>
<string>SourceProjectMovementGroup</string> <string>SourceProjectMovementGroup</string>
<string>PriceCurrencyMovementGroup</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
...@@ -82,7 +82,6 @@ if packing_list.getSimulationState() == \'draft\':\n ...@@ -82,7 +82,6 @@ if packing_list.getSimulationState() == \'draft\':\n
description = related_order.getDescription(),\n description = related_order.getDescription(),\n
delivery_mode=related_order.getDeliveryMode(),\n delivery_mode=related_order.getDeliveryMode(),\n
incoterm=related_order.getIncoterm(),\n incoterm=related_order.getIncoterm(),\n
price_currency_value = related_order.getPriceCurrencyValue(),\n
source_administration_value=related_order.getSourceAdministrationValue(),\n source_administration_value=related_order.getSourceAdministrationValue(),\n
destination_decision_value=related_order.getDestinationDecisionValue(),\n destination_decision_value=related_order.getDestinationDecisionValue(),\n
title=related_order.getTitle()\n title=related_order.getTitle()\n
......
496 497
\ 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