Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
284 Weergaven

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

Avatar
Annuleer
Beste antwoord

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).

Avatar
Annuleer