Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
5721 Visualizzazioni

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
Abbandona
Risposta migliore

Hi

You could use this module for that:

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

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
ago 23
2056
6
lug 24
45805
1
dic 19
13720
2
nov 19
3314
4
lug 23
2156