콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
288 화면

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

아바타
취소