Commit d3a2e844 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Titouan Soulard

erp5_mrp: update Transformation on Production Line after setStopDate and setStartDate

parent cc1b4308
......@@ -50,6 +50,8 @@
<value>
<tuple>
<string>_setResource.*</string>
<string>_setStartDate</string>
<string>_setStopDate</string>
</tuple>
</value>
</item>
......
production_order = state_change['object']
line_list = production_order.objectValues(portal_type=("Production Order Line", "Manufacturing Order Line"))
for line in line_list:
line.ProductionOrderLine_setTransformationFromResource()
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
<value>
<object>
<klass>
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/>
</klass>
<tuple/>
<state>
<dictionary>
<item>
<key> <string>_asgns</string> </key>
<value>
<dictionary>
<item>
<key> <string>name_container</string> </key>
<value> <string>container</string> </value>
</item>
<item>
<key> <string>name_context</string> </key>
<value> <string>context</string> </value>
</item>
<item>
<key> <string>name_m_self</string> </key>
<value> <string>script</string> </value>
</item>
<item>
<key> <string>name_subpath</string> </key>
<value> <string>traverse_subpath</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</state>
</object>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>state_change</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>ProductionOrderLine_updateTransformationFromResource</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -34,6 +34,7 @@ Production Order | delivery_causality_interaction_workflow
Production Order | delivery_causality_workflow
Production Order | delivery_simulation_interaction_workflow
Production Order | edit_workflow
Production Order | production_order_interaction_workflow
Production Order | production_order_workflow
Production Packing List Cell | delivery_movement_causality_interaction_workflow
Production Packing List Cell | delivery_movement_simulation_interaction_workflow
......
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