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

I wanna add a server validation before change(or create) data, if not passed, create a confirm dialog to let user choose still save or not.

The problem is that I don't know how to create a confirm dialog when in write method, it is possible to make dialog by returning action when click button, but this not be able for write method.

So I try to raise server Error to manually call `new ActionManager().do_action()` in crash_manager.js, another problem came, I cannot get the form view object to reload it.

It really drives me crazy, please help me or share some experience if you have done some similar work.

아바타
취소

Please let me know if you find the solution, I am also having same problem

베스트 답변

This will helpful

 
 

아바타
취소
베스트 답변

I've built a module to help for this case, please check it out:

https://apps.odoo.com/apps/modules/13.0/web_confirm_on_save


아바타
취소
베스트 답변

By using confirm tag in xml . You can do it . No need to write a method in python.


e.g.

  <button name="cancel_voucher" string="Cancel" type="object" states="posted" confirm="Are you sure you want to cancel this receipt?"/>

아바타
취소
작성자

Actually, I need to do a validation before confirm dialog. I have done it with overwrite save button code.

Then you have to use python raise function in onchange method . So that you will get the validation before confirm message.

관련 게시물 답글 화면 활동
1
12월 24
6133
3
8월 24
6988
4
7월 24
41337
5
4월 23
99190
3
11월 22
4408