This question has been flagged
1 Reply
2336 Views

How can have an interface of a list of tuples without a create button and have a user for only list access ?

Avatar
Discard
Best Answer

Hi,

If you want to disable button from tree/list view then use this:

<tree string="Demo" create="false">
                    <field name="name"></field>
</tree>
Avatar
Discard