Hi,
I'm new to Odoo and I am following the "Getting started" tutorial (sorry, I can't post links yet).
In Chapter 15 there is an example of a Kanban view. I managed to display the values via the field tag and name attribute, but the provided image in the "Goal" note of "Concrete Example: A Kanban View" section, shows that there are static description strings (like: "Expected price: ", or "Best offer: ") near the actual model values. I would like to put them also in my view.
I have read the Kanban view reference in Odoo's documentation, and I noticed that string attribute of field tag is not supported as it is for the tree view, so how can I manage to put the UI description beside the actual value?
Inserting (before the field) a label tag with the description in it will not consider blank spaces, and the " " entity won't work either.
Thanks in advance