~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to purchase_confirm/purchase_confirm_wizard.xml

  • Committer: Fabien Pinckaers
  • Date: 2008-02-12 05:51:46 UTC
  • Revision ID: fp@tinyerp.com-6322e8612e1d5bd7146a4458cbba8b1796d18329
Adding module to confirm all po's at once

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<terp>
 
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
</terp>