İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
5883 Görünümler

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,}"/>

Avatar
Vazgeç
En İyi Yanıt

Hi

You could use this module for that:

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

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Ağu 23
2182
6
Tem 24
46277
1
Ara 19
13961
2
Kas 19
3429
4
Tem 23
2311