Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
2092 Vues

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 :


Avatar
Ignorer
Auteur Meilleure réponse

Thanks

Avatar
Ignorer
Meilleure réponse

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.



Avatar
Ignorer
Publications associées Réponses Vues Activité
0
sept. 23
1236
0
sept. 24
1063
0
août 24
970
2
janv. 23
479
4
nov. 22
22648