Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
5735 Tampilan

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
Buang
Jawaban Terbai

Hi

You could use this module for that:

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

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Agu 23
2060
6
Jul 24
45817
1
Des 19
13736
2
Nov 19
3319
4
Jul 23
2158