odoo/addons/account_voucher/voucher_wizard.xml

19 lines
549 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<wizard
id="wizard_account_voucher_open"
model="account.voucher"
name="account.voucher.open"
menu="False"
string="Open a Voucher Entry"/>
<menuitem
action="wizard_account_voucher_open"
id="menu_wizard_account_voucher_open"
name="Open Vouchers"
sequence="0"
type="wizard"
parent="menu_action_voucher_list"/>
</data>
</openerp>