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

We upgrade our Odoo 13 in 15, and i want to know if it's possible to disable the auto-save feature and force the user to use the save button.

Thanks !


아바타
취소
작성자 베스트 답변

mmmh , when i said auto-save, if you make an edit on partner and if you click on an another button in odoo you're partner is automatically save.

아바타
취소

Have that same problem.
Do you have maybe some solution for that ?

I just found that it's connected with .js functions:

_urgentSave ---> this one save data when we reload page ( ctrl + r)

function registerView --> line --> beforeLeave: () => this.controllerRef.comp.__widget.canBeRemoved(), ---> this one is running when we click somewhere in interface.

Not yet sure if i can overwrite this functions and how to do this.

베스트 답변

In Odoo 15, By default there is no auto save feature.

아바타
취소

Yes it is, i have installed default community version and this functionality is out of the box.