[FIX][mis_builder] Change parent menu for MIS report template to be compatible with Odoo enterprise edition.

pull/189/head
Adrien Peiffer (ACSONE) 2016-01-12 09:37:17 +01:00 committed by Stéphane Bidoul
parent 02e6f8988c
commit 3cfc220486
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<field name="view_mode">tree,form</field>
</record>
<menuitem id="mis_report_view_menu" parent="account.menu_account_reports" name="MIS Report Templates" action="mis_report_view_action" sequence="21"/>
<menuitem id="mis_report_view_menu" parent="account.account_management_menu" name="MIS Report Templates" action="mis_report_view_action" sequence="21"/>
<record id="xls_export" model="ir.actions.report.xml">
<field name="name">MIS report instance XLS report</field>