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

Hello everyone,

I’m encountering an issue in Odoo where an unprivileged users request the installation of an app. I assumed the administrator would receive a notification or see some sort of pending request, but I’m not finding anything in the system.

Has anyone come across this before, or does anyone know where these requests might appear? Any insights would be greatly appreciated!

Thanks in advance,

Kind regards,

David

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

An Email is sent, see

https://github.com/odoo/odoo/blob/18.0/addons/base_install_request/wizard/base_module_install_request.py#L27 

https://github.com/odoo/odoo/blob/18.0/addons/base_install_request/data/mail_template_data.xml


The User requesting has the option of adding a justification.


Check the Emails Menu in Developer Mode, you probably don't have a valid email address for the Administrator User (res.users id=2).

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