How can have an interface of a list of tuples without a create button and have a user for only list access ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
1
Odpoveď
2702
Zobrazenia
Hi,
If you want to disable button from tree/list view then use this:
<tree string="Demo" create="false">
<field name="name"></field>
</tree>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrácia