(using Odoo16)
I can write components and use them as widgets to my fields; but how can I write a component that is independent of any field and just add it to the view?
For example, the simple component in the Odoo tutorial documentation, I can use that if I add it to the field register and then use it as a field widget, but how could I use it on its own? (eg. maybe just an html tag like "hr" for example)
Many thanks!!