I am trying to add a text or field name under the stage name in the Applicant kanban view. please refer the below image for the reference. I want to add a text where i marked in red line.
from the user interface i am trying edit the kanban view , I created new view in the Inherited Views,
<?xml version="1.0"?>
<xpath expr="//span[@class='o_column_title']" position="after">
<field name="display_name"></field>
</xpath>
But I am getting this error
Error while validating view:
Element '<xpath expr="//span[@class='o_column_title']">' cannot be located in parent view
View name: my_kanban_view
Error context:
view: ir.ui.view(662,)
view.model: hr.applicant
view.parent: ir.ui.view(566,)
Can you please guide me to achieve this? I will be very useful for me. Thanks in advance.