[FIX][mis_builder] Change parent menu for MIS report template to be compatible with Odoo enterprise edition.
parent
02e6f8988c
commit
3cfc220486
|
@ -96,7 +96,7 @@
|
||||||
<field name="view_mode">tree,form</field>
|
<field name="view_mode">tree,form</field>
|
||||||
</record>
|
</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">
|
<record id="xls_export" model="ir.actions.report.xml">
|
||||||
<field name="name">MIS report instance XLS report</field>
|
<field name="name">MIS report instance XLS report</field>
|
||||||
|
|
Loading…
Reference in New Issue