iangozer

Results 5 comments of iangozer

couple of things that might help: If you post a https://jsfiddle.net/ then people can see what you have done and add to it easily. 1. showOtherMonths and selectOtherMonths options will...

@amarg26, You are hiding them with ` td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled { display: none; } ` Removing that shows them as I had meant, you would probably want to make them selectable too....

In short: what you have now is one month running horizontally, what you need is the whole calendar in one line running horizontally. So you can just keep scrolling. To...

It is removing them all because you are removing them all `$(this).find(".ui-datepicker-unselectable").remove();` any dates you disable with `beforeShowDay`, `minDate` or `maxDate` are unelectable. The structure is reset because when your...

Thanks for getting back to me on this, I gave up in the end. I don't quite understand how Odoo uses the different connections so decided it was probably best...