on odoo17 i want to remove the create and just leave the create and edit only but i can't seem to do it with options is there any way to do this? if i make the widget selection i can't make it create from the many2one field.
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
2
Réponses
679
Vues
Did you try this?
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'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
2
juil. 25
|
1066 | ||
|
3
oct. 21
|
5218 | ||
|
0
mars 15
|
5237 | ||
|
0
sept. 20
|
2873 | ||
|
0
mars 15
|
4233 |
ok all i had to do was add quick_create options="{'no_create_edit': False,'no_quick_create': True}" and this works