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
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
1
Odpoveď
4061
Zobrazenia
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!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
Mass update of Contact Tags
Solved
|
|
2
mar 24
|
1768 | |
|
1
mar 15
|
9616 | ||
|
9
nov 22
|
10591 | ||
|
1
feb 22
|
8532 | ||
|
1
aug 25
|
5822 |