please help me to solve this..i have been searching for it but no use..
thanks in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
please help me to solve this..i have been searching for it but no use..
thanks in advance.
Hi,
Please add the following lines to the XML file of the corresponding form view:
<script>
$(document).ready(function () {
$("#txtdate").datepicker({
minDate: 0
});
});
</script>
<input id="txtdate" type="text"/>
Hope it helps
thankyou its working
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up