Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1633 Vistas

Hi there, I installed odoo 14 and installed an external module from the App Store https://apps.odoo.com/apps/modules/14.0/purchase_subscription/. I see the module under "Main Apps". It also shows as installed. But I can't find it in the menu so I can call up the module. Does somebody has any idea? Thank you

Avatar
Descartar
Mejor respuesta

Rootmenuitem seems to be availble for Group Accounting / Accountant or higher:

id="menu_purchase_subscription_root"
name="Purchase Subscriptions"
sequence="9"
web_icon="purchase_subscription,static/description/icon.png"
groups="account.group_account_user"
/>

Avatar
Descartar