Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
2026 Widoki

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 :


Awatar
Odrzuć
Autor Najlepsza odpowiedź

Thanks

Awatar
Odrzuć
Najlepsza odpowiedź

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.



Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 23
1222
0
wrz 24
1010
0
sie 24
921
2
sty 23
479
4
lis 22
22501