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

Hi.


Can you help me to confirm if it is possible to enable the cancel quote option from the action button in the main menu.





아바타
취소
베스트 답변

Hi,
You can create a server action in the database for this.

* navigate to server actions menu
* hit new button, name it as Cancel
* select model as sale.order
* let it execute python code

Add the below code:
for record in records:
     record.action_cancel()

See:  Add Contextual Action Using Server Action To Ease Your Work In Odoo



Thanks

아바타
취소
베스트 답변

click menu:setting-->click:Activate the developer mode-->clcik menu:Technical -->click menu:Server Actions-->search:Cancel quotaions-->click data--> click button: Remove Contextual Action
After that, refresh the browser page.

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

Thank you. I am currently on version 13 of odoo community.

아바타
취소
베스트 답변

Hi,

Are you referring to this option? if yes, it's available by default. need not enable from anywhere

Thanks

아바타
취소
관련 게시물 답글 화면 활동
2
4월 25
1947
2
10월 22
3777
3
10월 25
396
1
9월 25
563
2
9월 25
661