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
- Účetnictví
- Sklad
- PoS
- Projekty
- MRP
This question has been flagged
1
Odpovědět
2481
Zobrazení
you can use the following documentation. that pretty much have a detailed explanation on creating many2manytags in website.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se
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.