~vauxoo/addons-vauxoo/7.0-project_issue_conf-dev_luis

« back to all changes in this revision

Viewing changes to stock_picking_cancel/stock_workflow.xml

  • Committer: Luis Torres
  • Date: 2012-08-06 15:39:03 UTC
  • mto: This revision was merged to the branch mainline in revision 389.
  • Revision ID: luis_t@vauxoo.com-20120806153903-aw83s4r62hjpixij
[ADD][stock_picking_cancel]Add button to cancel and reactiv the picking

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<openerp>
 
3
    <data>
 
4
        <record id="stock.act_done" model="workflow.activity">
 
5
            <field name="flow_stop"></field>
 
6
        </record>
 
7
        <record id="trans_done_cancel" model="workflow.transition">
 
8
            <field name="act_from" ref="stock.act_done"/>
 
9
            <field name="act_to" ref="stock.act_cancel"/>
 
10
            <field name="signal">button_cancel</field>
 
11
        </record>
 
12
    </data>
 
13
</openerp>