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
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
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'}}"/>Regardshow 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>
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
Rekisteröidy| Aiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
|---|---|---|---|---|
| 
            
                Inherit from inherited view
            
            
                    Ratkaistu
            
         |  | 5 kesäk. 20  | 7506 | |
|  | 1 huhtik. 16  | 5599 | ||
|  | 2 maalisk. 15  | 7105 | ||
|  | 1 toukok. 24  | 3560 | ||
|  | 0 tammik. 24  | 3335 | 
