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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
425
Tampilan
Did you try this?
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Jul 25
|
617 | ||
hide the create option at customer_id field
Diselesaikan
|
|
3
Okt 21
|
4757 | |
|
0
Mar 15
|
4874 | ||
|
0
Sep 20
|
2676 | ||
|
0
Mar 15
|
3898 |
ok all i had to do was add quick_create options="{'no_create_edit': False,'no_quick_create': True}" and this works