Does any know how to enter multiple options for a field like many2many tags in website side
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
1
Balas
2486
Tampilan
you can use the following documentation. that pretty much have a detailed explanation on creating many2manytags in website.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar
The TAGs is a widget for the odoo "back end" so I doubt that you can use it in the website. You'll probably need to create your own js widget for a input filed and then handle this in a controller. You can send the data in a single line of text and have a unique separator and in the controller split that line.