Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2735 Prikazi

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

Avatar
Opusti
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
Opusti