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
- MRP
This question has been flagged
1
Reply
4773
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 up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
Mass update of Contact Tags
Solved
|
|
2
Mar 24
|
2500 | |
|
|
1
Mar 15
|
10286 | ||
|
|
9
Nov 22
|
11420 | ||
|
|
1
Feb 22
|
9548 | ||
|
|
1
Aug 25
|
6710 |