[IMP] Update the translations
[odoo/odoo.git] / addons / point_of_sale / pos_wizard.xml
1 <?xml version="1.0"?>
2 <openerp>
3         <data>
4
5                 <wizard string="Refund Orders" model="pos.order"
6                                 name="pos.refund_order" id="pos_refund" menu="False"/>
7
8                 <wizard string="Payment" model="pos.order"
9                                 name="pos.payment" id="pos_payment" menu="False"/>
10
11                         <!--<wizard string="Create Invoices" model="pos.order"
12                                 name="pos.create_invoice" id="pos_invoice" multi="True"/>-->
13
14                 <wizard string="Add products" model="pos.order"
15                                 name="pos.add_product" id="pos_add_product"  menu="False"/>
16
17                         <!--<wizard string="Cancel" model="pos.order"
18                                 name="pos.cancel" id="pos_cancel" multi="True"/>-->
19
20                 <wizard string="Confirm" model="pos.order"
21                                 name="pos.confirm" id="pos_confirm" multi="True"/>
22
23                 <wizard string="Discount" model="pos.order"
24                                 name="pos.discount" id="pos_discount" menu="False"/>
25
26                 <wizard string="Get From Order" model="pos.order"
27                                 name="pos.sale.get" id="pos_sale_get"/>
28
29                 <wizard string="Scan Product" model="pos.order"
30                                 name="pos.scan_product" id="pos_scan_product"/>
31
32         </data>
33 </openerp>