~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to purchase_confirm/purchase_confirm_wizard.xml

merging new development from indian accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<openerp>
 
3
        <data>
 
4
 
 
5
                <wizard
 
6
                        string="Confirm Selected Purchase Orders"
 
7
                        model="purchase.order"
 
8
                        name="purchase.order.confirm.all"
 
9
                        keyword="client_action_multi"
 
10
                        multi="True"
 
11
                        id="wizard_po_confirm"/>
 
12
 
 
13
        </data>
 
14
</openerp>