Hello Everyone,
I'm trying to organise data of one of my text field through widget.
I've already developed it for v10 and older version, but I'm not getting any idea about how to load it on v11. because neither , init, start nor load function is triggered.
Here is my idea for developing a widget in v11.
I've text field which containts the list of dictionary data. which I want display or render via widget.
I need a proper documentation or guidance, How we can we simply read the data of record in defined widget functions, where that widget is applied.
How to render the read/searched data on template from JS file of that defined widget.
If anyone has structured available, how to start making own widget on v11. will be appreciated.
Thanks in Advance,
Rgds,
Monika G,
The official docs might help you about widgets and its lifecycle. See https://www.odoo.com/documentation/10.0/howtos/web.html#widgets-basics
For v11 see https://www.odoo.com/documentation/11.0/howtos/web.html#widget-helpers
Yenthe, you made a great tutorial on widget basics:
https://www.odoo.yenthevg.com/creating-many2many-drag-and-drop-handle-widget-in-odoo/
Thanks for the links, its push me bit on my goal.