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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
            
                1
                
                    回复
                
            
        
        
            
                4587
                
                    查看
                
            
        
    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.
| 相关帖文 | 回复 | 查看 | 活动 | |
|---|---|---|---|---|
|  | 2 3月 24  | 2332 | ||
|  | 1 3月 15  | 10165 | ||
|  | 9 11月 22  | 11239 | ||
|  | 1 2月 22  | 9312 | ||
|  | 1 8月 25  | 6548 | 
