تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
18620 أدوات العرض

Hello, I am trying to add a menu item to the Sales sub menu in the CRM module. I made a new menu item with an action, but I cant seem to add it in the Sales sub menu when I install my custom module.

<record id="action_view_menuitem" model="ir.actions.act_window">
        <field name="name">Menuitem</field>
        <field name="res_model">sale.custom_model</field>
        <field name="view_type">form</field>
        <field name="view_mode">tree,form</field>
</record>
<menuitem id="menu_sub_sales_menuitem" parent="base.menu_base_config" name="Menuitem" sequence="1" action="action_view_menuitem" />

I know I need to add the right parent menu id in the parent attribute, but Im not sure which one it is for the Sales Menu. I tried the "base.menu_base_config", "base.menu_base_partner", and "base.menu_sales" as the parent, but can't seem to get my new menu item to show up in the Sales sub menu here:

I would like to show the new menu item after the Quotations sub menu item. Thank you

image description

الصورة الرمزية
إهمال
الكاتب أفضل إجابة

Hello, I found out what the problem was. The user account that I was logged in as didnt have access rights to see the new menu that I was trying to add. Once I logged in as administrator, then i saw the new menu item that was added.

If anyone is wondering, the correct parent id is: base.menu_sales

الصورة الرمزية
إهمال

what access rights in the user account that you logged in must need to change in order to see the menu item? (im referring not to administrator account) .

المنشورات ذات الصلة الردود أدوات العرض النشاط
2
يناير 24
1590
2
أغسطس 25
267
2
أغسطس 25
190
0
أغسطس 25
112
1
أغسطس 25
430