Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2709 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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
Zrušit