It is required to assign a label to several contacts, without having to do it one by one
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
3280
Views
You should be able to use a Server Action and enable it as a Contextual Action. You can adapt this example and the Python Code would be something like this:
record['category_id'] = [1]
Or if this is a "one-off" you could use the download/upload tool.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
Mass update of Contact Tags
Solved
|
|
2
Mar 24
|
421 | |
|
1
Mar 15
|
8316 | ||
|
9
Nov 22
|
9531 | ||
|
1
Feb 22
|
7056 | ||
|
1
Sep 24
|
4569 |