Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3489 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit

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 Odpovědi Zobrazení Aktivita
5
čvn 20
6684
1
dub 16
4882
2
bře 15
6334
1
kvě 24
2468
0
led 24
2332