Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2719 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

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
Abbandona