Hi,
Do you know if it's possible to have this beavior in odoo :
<input class="oe_datepicker_master" type="text" name="date_start" readonly="">
This html forces the user to use date picker and the user can't insert text.
If I do readonly=True in odoo the user can't write the date or even choose the date from the date picker.
Do you know how to do this in odoo?
Thanks