Hi
I'm using Odoo v16 and I want to use Odoo Official Frontend Docs for v16 as an example.
In the tutorial, we created the Counter OWL Component.
But in the example, they created a controller and initiated the whole OWL stack from the ground (owl_playground.assets_playground
asset).
I want to use the component inside an existing frontend page. assume I want to show the counter on my home page of the website (not a custom page initiated with from a controller and custom template and main.js
)
How can I do that?
What should I do?
Alternatively, it will be good if I can create a website snippet for that counter or any other Odoo component.