[REF] Stock : Removed unused method button_confirm
[odoo/odoo.git] / addons / account_voucher / voucher_wizard.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3         <data>
4         
5                 <wizard 
6                 id="wizard_account_voucher_open" 
7                 model="account.voucher" 
8                 name="account.voucher.open" 
9                 menu="False" 
10                 string="Open a Voucher Entry"/> 
11             <menuitem 
12                 action="wizard_account_voucher_open" 
13                 id="menu_wizard_account_voucher_open" 
14                 name="Open Vouchers"
15                 sequence="0" 
16                 type="wizard"
17                 parent="menu_action_voucher_list"/>
18
19         </data>
20 </openerp>