Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3817 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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
Awatar
Odrzuć

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>

Powiązane posty Odpowiedzi Widoki Czynność
5
cze 20
7123
1
kwi 16
5252
2
mar 15
6648
1
maj 24
2951
0
sty 24
2779