Hi all,
I have a related field, and lot of data s with the field. Now i need to remove the related attribute from the field, means now i need to use the field as a normal field, but without losing the data. Is that possible ?
Note : It is a Many2one field.
Any suggestions ?
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
            
                1
                
                    회신
                
            
        
        
            
                7319
                
                    화면
                
            
        
    Hi,
You can do the above by re-writing the field and set the related attribute to '' (related='').
Eg:
field_name = fields.Many2one('your_relation', related='')Hope it helps
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|  | 2 3월 15  | 17915 | ||
|  | 1 1월 19  | 4097 | ||
|  | 2 12월 24  | 5086 | ||
|  | 1 11월 24  | 3889 | ||
|  | 2 4월 23  | 19565 | 
