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

Hello,

I am using odoo 13 locally and I created a custom model for registration and installed it. There were no errors related to the installation and I can see it in the installed apps list, but still, it is not visible in the app menu, I tried developer mode and super user mode, and still not visible. I am sharing below the security file:

id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink
registration_sheet, Base User,model_registration_sheet,base.group_user,1,1,1,1


I also tried copying the files into a new directory because there was no valid reason why it is not working out, and still it is not working. Your help is much appreciated!

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

Would like to know that too!

أفضل إجابة

Dear Belhsan Sakouhi,

Please update your security file with this code.


id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink
access_registration_sheet,registration.sheet,model_registration_sheet,base.group_user,1,1,1,1


To see your module in the list of apps, you need to make the parent menu and the child menu too.add this menu in your xml file.



>> parent menu:-

menuitem id="id name"
name="your menu name"
sequence="3"



>>> child menu:-

menuitem id="id name"
name="menu name "
parent="parent menu name"
action="action name"
sequence="0"


I hope this information is useful for you and after adding this code, you can resolve your issue and you can see your module in the list of apps.



Feel free for further assistance on contact@geminatecs.com

Thank you
Geminate Consultancy Services

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

Hi,

You menu not visible in the UI ? did you set an action for the menu ?

Thanks & Regards

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
مارس 24
10286
1
أبريل 20
3068
1
يوليو 24
977
0
يوليو 22
2443
1
أغسطس 21
4830