Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
15240 Vistas

I want to upload multiple file how i can achieve it please let me know.


Here is the my xml field (

<field name="attachment_ids"/>)
Here is the .py
attachment_ids = fields.Binary("Attachment", required=True)
Avatar
Descartar
Mejor respuesta

Hi,

You can add the attribute many2many_binary widget to upload one or more file in same time and display in list. The user can delete his files.

e.g: 

<field name="attachment_ids" widget="many2many_binary"/>

Best regards!

Avatar
Descartar

Hi Sylvain,

'many2many_binary' widget can only be used with many2many fields. Also note that this widget is specific to the model 'ir.attachment'.

Publicaciones relacionadas Respuestas Vistas Actividad
1
jul 20
2562
1
sept 21
2699
2
jul 21
6500
4
oct 20
6944
2
dic 24
1864