Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
4156
화면
I did it in write method
You can achieve it by doing the following:
attachment_id = fields.Many2one('ir.attachment', string='Attachment')
attachment_fname = fields.Char('Attachment Filename', related='attachment_id.name')
<field name="attachment_fname" invisible="1"/>
<field name="attachment_id" filename="attachment_fname"/>
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
12월 24
|
1497 | ||
|
1
3월 23
|
6716 | ||
|
0
10월 21
|
2674 | ||
|
2
5월 20
|
12254 | ||
|
2
12월 17
|
4338 |