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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- 项目
- MRP
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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.