Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
3538 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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
Imagine profil
Abandonează

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>

Related Posts Răspunsuri Vizualizări Activitate
5
iun. 20
6811
1
apr. 16
5010
2
mar. 15
6414
1
mai 24
2567
0
ian. 24
2419