Hi,
When I create a kanban view, using the below window action. Whenever, I click a kanban board, it goes to Edit mode, which I only want to view only.
I try to figure out refering to other modules but was in vain. Hope somebody can help me on this. Thanks.
My window action is as below:
<record model="ir.actions.act_window" id="registration_list_action">
<field name="name">Registrations</field>
<field name="res_model">warranty.registration</field>
<field name="view_mode">kanban,tree,form,calendar</field>
<field name="help" type="html">
<p class="oe_view_nocontent_create">Add a Registration
</p>
</field>
</record>