コンテンツへスキップ
メニュー
この質問にフラグが付けられました
4 返信
1986 ビュー

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
1904
2
10月 22
3741
0
10月 25
117
1
9月 25
511
2
9月 25
615