Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8)

Unified Diff: shipment.xml

Issue 130070: Move group for force assignment to group_stock_admin for issue961[Fix with changeset 385aaae700a0] (Closed)
Patch Set: Create group group_stock_force_assignment and apply force assignment to this group for issue961 Created 15 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | stock.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shipment.xml
===================================================================
--- a/shipment.xml
+++ b/shipment.xml
@@ -948,17 +948,17 @@ this repository contains the full copyri
<field name="act_to" ref="shipmentout_act_waiting"/>
<field name="group" ref="group_stock"/>
<field name="signal">waiting</field>
</record>
<record model="workflow.transition"
id="shipmentout_trans_waiting_assigned_force">
<field name="act_from" ref="shipmentout_act_waiting"/>
<field name="act_to" ref="shipmentout_act_assigned"/>
- <field name="group" ref="group_stock"/>
+ <field name="group" ref="group_stock_force_assignment"/>
<field name="signal">force_assign</field>
<field name="condition">assign_force()</field>
</record>
<record model="workflow.transition"
id="shipmentout_trans_draft_waiting">
<field name="act_from" ref="shipmentout_act_draft"/>
<field name="act_to" ref="shipmentout_act_waiting"/>
<field name="group" ref="group_stock"/>
@@ -1160,17 +1160,17 @@ this repository contains the full copyri
<field name="act_to" ref="shipmentinternal_act_waiting"/>
<field name="group" ref="group_stock"/>
<field name="signal">waiting</field>
</record>
<record model="workflow.transition"
id="shipmentinternal_trans_waiting_assigned_force">
<field name="act_from" ref="shipmentinternal_act_waiting"/>
<field name="act_to" ref="shipmentinternal_act_assigned"/>
- <field name="group" ref="group_stock"/>
+ <field name="group" ref="group_stock_force_assignment"/>
<field name="signal">force_assign</field>
<field name="condition">assign_force()</field>
</record>
<record model="workflow.transition" id="shipmentinternal_trans_assigned_done">
<field name="act_from" ref="shipmentinternal_act_assigned"/>
<field name="act_to" ref="shipmentinternal_act_done"/>
<field name="group" ref="group_stock"/>
<field name="signal">done</field>
@@ -1332,17 +1332,17 @@ this repository contains the full copyri
<field name="act_to" ref="shipment_in_return_act_waiting"/>
<field name="group" ref="group_stock"/>
<field name="signal">waiting</field>
</record>
<record model="workflow.transition"
id="shipment_in_return_trans_waiting_assigned_force">
<field name="act_from" ref="shipment_in_return_act_waiting"/>
<field name="act_to" ref="shipment_in_return_act_assigned"/>
- <field name="group" ref="group_stock"/>
+ <field name="group" ref="group_stock_force_assignment"/>
<field name="signal">force_assign</field>
<field name="condition">assign_force()</field>
</record>
<record model="workflow.transition" id="shipment_in_return_trans_assigned_done">
<field name="act_from" ref="shipment_in_return_act_assigned"/>
<field name="act_to" ref="shipment_in_return_act_done"/>
<field name="group" ref="group_stock"/>
<field name="signal">done</field>
« no previous file with comments | « no previous file | stock.xml » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b