Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
7120 Lượt xem

Hi all,

Is it possible to add delete button next to save and discard in odoo 12 form instead inside action??

Ảnh đại diện
Huỷ bỏ

Odoo is one of the best option for the ERP.

#odoo #openerp #ERP #customization

#tips #training #development #guide #python

These tips help you to get the basic idea about customization in odoo

https://learnopenerp.tumblr.com/

Câu trả lời hay nhất

Yes, it's possible.

1) <button t-if="widget.is_action_enabled('delete')" type="button" class="btn btn-danger o_form_button_delete" accesskey="d">Delete</button>
Add after a line https://github.com/odoo/odoo/blob/12.0/addons/web/static/src/xml/base.xml#L408

2) this.$buttons.on('click', '.o_form_button_delete', this._onDeleteRecord.bind(this));
Add after a line https://github.com/odoo/odoo/blob/12.0/addons/web/static/src/js/views/form/form_controller.js#L150
        ​

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Hi Jigar Patel,

Thank you for the answer, I did the same thing.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 5 19
3137
1
thg 10 21
3518
3
thg 12 16
8648
1
thg 5 22
4601
2
thg 8 25
182