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

Hello odoo community,

I want to disable quick edit pop up box when i type in some value in many2one and if value doesnt exist it will pop up window like in example below: (Take note that this is on odoo v7)


I tried the following:

<field name="partner_id" on_change="on_change_partner_id(partner_id, context)" options="{'no_create': True, 'no_open': True, 'create': false, 'no_quick_create': True, 'edit': false,}"/>

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

Hi

You could use this module for that:

https://github.com/0k/web_m2o_enhanced

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 8 23
2053
6
thg 7 24
45795
1
thg 12 19
13709
2
thg 11 19
3312
4
thg 7 23
2152