I'm developping for odoo10 plateform
I want to nest a calendar view inside a form view. Is it possible already or do I have to meddle with odoo code?
To be more precise: Inside a form view, I want to display a calendarview with available slots to take an appointment on the fly. I am already working on a way to display available slots with javascript, now I would need to nest the calendar view. (maybe it is not that much more precise ^^)
I am not afraid of going deep inside the javascript code if needed. I'm looking for maybe a hint on where to start. For example: how are nested Kanban and Tree views processed? Where is it in the code?
thanks in advance for the answers!
Zoggy.
You could find how the kanban views are integrated for one2many and many2many fields at:
And you could see the usage of those widgets at: