콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
917 화면
The followed error is displayed in logs while I get into the general settings area.

2024-03-07 12:07:31,324 758462 WARNING LEARN odoo.modules.loading: invalid custom view(s) for model res.config.settings: Error while validating view near:

                       
div id="invite_users">
                            block title="Users" name="users_setting_container">
                                setting id="invite_users_setting">
                                    widget name="res_config_invite_users"/>
                                /setting>


                           
                               
                                   
                               

Field "use_mailgateway" does not exist in model "res.config.settings"

Can anyone help me on it. 

아바타
취소
베스트 답변

Hi,

This error shows that you are using the field "use_mailgateway" which is undefined. Please remove your custom addons path from your conf file to verify whether the error is encountered from your custom modules or not.If it is from your custom module update your code, or else update the addons file to the latest.You can get the latest addons from

https://github.com/odoo/odoo


Hope it helps

아바타
취소
작성자

Upon removal of the custom module, the error message remained unchanged.