I am new to odoo and i am creating a kanban view.
Here's my code, my simple kanban view
<templates><tt-name="kanban-box"><divclass="oe_kanban_global_click"><fieldname="name"/><fieldname="expected_price"/>div>t>templates>kanban>
So i tried creating a kanban view using the field name only and it worked. However when i changed it to field expected_price and commented the name field, it doesn't change anything. Web still displays name. There is no error whatsoever, it does not update the xml. However, when i change something on the tree view, after refresh, it works perfect. Kanban view is the only one experiencing no update.
Am i missing something?
Please help, thanks!
Tried re-installing the module and the error appeared. Unfortunately, in one record tag, there should only be 1 view. My kanban view finally updated after creating a separate record tag for the kanban view