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

« back to all changes in this revision

Viewing changes to point_of_sale/pos_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
 
<terp>
3
 
        <data>
4
 
                <wizard string="Refund Order" model="pos.order" name="pos.refund_order" id="pos_refund" menu="False"/>
5
 
                <wizard string="Pay order" model="pos.order" name="pos.payment" id="pos_payment" menu="False"/>
6
 
                <wizard string="Create Invoice" model="pos.order" name="pos.create_invoice" id="pos_invoice" menu="False"/>
7
 
 
8
 
<!--            <wizard string="Pos payment" model="sale.order" name="sale.pos_payment" id="pos_payment" /> -->
9
 
        </data>
10
 
</terp>