How shall I avoid search view for a particular model in OpenERP 7?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1
Répondre
2963
Vues
To avoid editing and deleting, one can put this into view xml:
<form string="Your string" edit="false" create="false" delete="false">
I am not sure it will work, but I would first try to do the same in views, just with
search="false"
That didn't work. I don't want search view for a particular model.
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire