Skip to Content
मेन्यू
This question has been flagged
1 Reply
3493 Views

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

Avatar
Discard
Best Answer

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
Discard

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 Replies Views Activity
5
जून 20
6701
1
अप्रैल 16
4915
2
मार्च 15
6344
1
मई 24
2486
0
जन॰ 24
2343