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
- 会計
- 在庫
- PoS
- プロジェクト
- MRP
この質問にフラグが付けられました
            
                1
                
                    返信
                
            
        
        
            
                4579
                
                    ビュー
                
            
        
    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  | 2331 | ||
|  | 1 3月 15  | 10165 | ||
|  | 9 11月 22  | 11237 | ||
|  | 1 2月 22  | 9311 | ||
|  | 1 8月 25  | 6546 | 
