Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
5725 Представления

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

Аватар
Отменить
Лучший ответ

Hi

You could use this module for that:

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
авг. 23
2056
6
июл. 24
45807
1
дек. 19
13723
2
нояб. 19
3314
4
июл. 23
2156