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

How could a date field in xml be set as the minimum date of selection the date before put in other fields?

Avatar
Vazgeç
En İyi Yanıt

Hi,
You can provide the minimum date or maximum date allowed to a date field using ‘datepicker’ in the ‘options’ of the field.
Example,

<  field name="sample_date" options="{'datepicker': {'minDate': '6/6/2021'}}"/>
or
<  field name="sample_date" options="{'datepicker': {'minDate': 'now'}}"/>
Regards
Avatar
Vazgeç

how about number sir? can you help

<?xml version="1.0"?>
<xpath expr="//field[@name='order_line']/tree//field[@name='price_unit']" position="after">
<field name="purchase_price" groups="base.group_user" required="1" type="number" min="1"/>
</xpath>

İlgili Gönderiler Cevaplar Görünümler Aktivite
5
Haz 20
6767
1
Nis 16
4976
2
Mar 15
6385
1
May 24
2550
0
Oca 24
2402