In odoo 17.
I have the following problem:
I have a component (MYCOMPONENT), which has in its .xml a Notebook (WEB component) with only 2 pages. In the "onMounted" of MYCOMPONENTE i need to make visual modifications to elements that are within each of the Notebook pages, since that information is dynamic in terms of styles and visual details.
It turns out that when I open my page in the browser with one of the Notebook pages displayed or active, everything is fine, but when I start interacting with this interface (Notebook pages) the information that I updated in "onMounted" is no longer there. The pages are as originally planned in the .xml, and I am referring to the visual information, as well as what I added from the UI.
thank