コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
294 ビュー

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

アバター
破棄