Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5711 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

Hi

You could use this module for that:

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 23
2051
6
lip 24
45783
1
gru 19
13702
2
lis 19
3310
4
lip 23
2150