Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
5712 Zobrazení

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
Zrušit
Nejlepší odpověď

Hi

You could use this module for that:

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

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
srp 23
2052
6
čvc 24
45783
1
pro 19
13703
2
lis 19
3310
4
čvc 23
2151