Skip to Content
Menu
This question has been flagged
1749 Views

Hello,

How to restrict clicking in tree view records in Odoo 10 ? I have tried to use  editable = 'bottom' , but it didn't work for me :


<tree string="Enquiry Leads" create="false" edit="false" editable='bottom' open="false">
.
.
.
</tree>
Avatar
Discard