Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3496 Weergaven

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

Avatar
Annuleer
Beste antwoord

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
Annuleer

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>

Gerelateerde posts Antwoorden Weergaven Activiteit
5
jun. 20
6704
1
apr. 16
4923
2
mrt. 15
6346
1
mei 24
2492
0
jan. 24
2344