How could a date field in xml be set as the minimum date of selection the date before put in other fields?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
3497
Vistas
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
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>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
Inherit from inherited view
Resuelto
|
|
5
jun 20
|
6718 | |
|
1
abr 16
|
4924 | ||
|
2
mar 15
|
6346 | ||
|
1
may 24
|
2495 | ||
|
0
ene 24
|
2345 |