Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
5895 Visninger

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
Kassér
Bedste svar

Hi

You could use this module for that:

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

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
aug. 23
2187
6
jul. 24
46304
1
dec. 19
13971
2
nov. 19
3435
4
jul. 23
2326