コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3441 ビュー

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>

アバター
破棄
著作者 最善の回答

Issue Solved 

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

アバター
破棄
関連投稿 返信 ビュー 活動
0
12月 24
1015
0
7月 20
2805
4
10月 19
33556
1
4月 17
3770
2
3月 15
7150