Skip to Content
Menu
This question has been flagged
1 Atsakyti
5727 Rodiniai

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

Portretas
Atmesti
Best Answer

Hi

You could use this module for that:

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

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
rugp. 23
2057
6
liep. 24
45809
1
gruod. 19
13725
2
lapkr. 19
3314
4
liep. 23
2157