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

Hello,

I use odoo 8, i have a wizard and a product_id filed in this wizard, i want to to close wizard on onchange function for product_id field.

Thanks

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

return {'type': 'ir.actions.act_window_close'} this actually closes the wizard

Did you find the solution for this?

Tác giả Câu trả lời hay nhất

Thansk, but it only work when you click on a button but not with onchange on a filed

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

@api.onchange('product_id')
def onchange_product_id(self):
    if self.product_id:
        return {'type': 'ir.actions.act_window_close'}

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 12 22
3424
What is wizard ? Đã xử lý
3
thg 11 23
32568
2
thg 12 23
17762
6
thg 4 18
21481
5
thg 12 23
18329