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
- Contabilidad
- Inventario
- PoS
- Proyectos
- MRP
Se marcó esta pregunta
1
Responder
2482
Vistas
you can use the following documentation. that pretty much have a detailed explanation on creating many2manytags in website.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse
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.