İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
6056 Görünümler

I have been searching to find a solution to this but couldn't find the solution for it.
When you go to Contacts -> create a new contact, firstly you can choose a selection for "Individual" or "Company".
Depending on wich option you choose the "VAT" field should required when you choose "Company", but when you choose "Individual" it is not required.

In the template file located Settings -> User Interface -> Views -> res.partner.vat.inherit i can set the field to required="True".
But then it is required for both the selections. Is it possible to make a check with attr="" depending on the selection when its required or not?

Odoo 11 Community

Avatar
Vazgeç
En İyi Yanıt

Hi,

You can give required using the attributes like below,

<field name="test" attrs="{'required': [('selection_field_name','=', 'value')]}"/>

Thanks

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Eyl 24
1546
0
Şub 21
15
1
Eki 23
7710
0
Şub 25
1279
0
Oca 25
1105