跳至內容
選單
此問題已被標幟
2 回覆
2090 瀏覽次數

please how can i uploade lot of documents in field ?

Module :    

document = fields.Binary(string='Document', tracking=True)

document_name = fields.Char(string='Document Name', tracking=True)

XML :


頭像
捨棄
作者 最佳答案

Thanks

頭像
捨棄
最佳答案

You can use Many2many field with model ir.attachment

    document_ids = fields.Many2many('ir.attachment', string="Shipping Documents", help='Please attach Documents', copy=False)	             	
	             	

Use widget="many2many_binary" attribute for field

Hope this helps.



頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
9月 23
1234
0
9月 24
1063
0
8月 24
968
2
1月 23
479
4
11月 22
22645