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
- Księgowość
- Zapasy
- PoS
- Projekt
- MRP
To pytanie dostało ostrzeżenie
1
Odpowiedz
2479
Widoki
you can use the following documentation. that pretty much have a detailed explanation on creating many2manytags in website.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się
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.