Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3461 Visninger

Hi Community,

I want to create new submenu[Dynamic Reports] of the Invoicing -> Reporting -> Dynamic Reports.

i written this code but it does not working. where is i'm wrong please suggest me. 

See my code 

<?xml version="1.0" encoding="utf-8"?>

<odoo>

    <data>

        <menuitem id="dynamic_acc_reports_menu_id"

                  name="Dynamic Reports"

                  parent="account.menu_finance_reports"

                  groups="account.group_account_manager"/>

    </data>

</odoo>

Avatar
Kassér
Forfatter Bedste svar

Issue Solved 

I was forget to apply action attribute in menuitem. after applied it's worked.  

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
0
dec. 24
1018
0
jul. 20
2825
4
okt. 19
33567
1
apr. 17
3775
2
mar. 15
7156