Kirti Savalia(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-remove_duplicate_transaction_stock-ksa 
into lp:openobject-addons.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-remove_duplicate_transaction_stock-ksa/+merge/86996

Remove duplicate transaction in stock workflow.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-remove_duplicate_transaction_stock-ksa/+merge/86996
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-remove_duplicate_transaction_stock-ksa.
=== modified file 'stock/stock_workflow.xml'
--- stock/stock_workflow.xml	2011-10-16 01:28:00 +0000
+++ stock/stock_workflow.xml	2011-12-28 09:19:25 +0000
@@ -115,16 +115,5 @@
             <field name="condition">test_cancel()</field>
         </record>
 
-        <record id="trans_assigned_cancel_auto" model="workflow.transition">
-            <field name="act_from" ref="act_assigned"/>
-            <field name="act_to" ref="act_cancel"/>
-            <field name="condition">test_cancel()</field>
-        </record>
-        <record id="trans_confirmed_cancel_auto" model="workflow.transition">
-            <field name="act_from" ref="act_confirmed"/>
-            <field name="act_to" ref="act_cancel"/>
-            <field name="condition">test_cancel()</field>
-        </record>
-
     </data>
 </openerp>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to