Hello,
I have a notebook with week days as pages. When I open the module which contains the notebook, I want to have the auto focus on the page associated with the current week day. ( If it's Thursday, I want to see the Thursday page ).
Any ideas on how can I do this ?
I'm working with Odoo 11 CE.
Thank you!
you can add autofocus="autofocus" to auto focus any page or field. I think you can not do based on conditionally using XML, you need to create JS stuff to do this.