Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3531 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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
Abbandona

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>

Post correlati Risposte Visualizzazioni Attività
5
giu 20
6808
1
apr 16
5008
2
mar 15
6411
1
mag 24
2561
0
gen 24
2413