Hi,
First I am sorry, I can't upload image because I don't have enough Karma :(
I am trying to create full customised page on odoo. like in the POS or the website creator. To do that I use the web.assets_frontend bundle.
To have more customization, I want to use the web.assets_backend.
But, i realized after few hour that my backend is not loaded on my page ! He is loaded everywhere outside my page but not in it.
(to test that, i've put a "console.log" in my backend. In the POS or main menu, the text is printed, BUT in my page it is'nt)
It is extremely weird I don't know what can i do.
If you have an idea it could be nice.
edit: When i add in my main template,"i have "Uncaught ReferenceError: odoo is not defined"
thank you !