跳至內容
選單
此問題已被標幟
1 回覆
5723 瀏覽次數

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
8月 23
2056
6
7月 24
45806
1
12月 19
13722
2
11月 19
3314
4
7月 23
2156