Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Multiple files (images) upload

by
InitOS GmbH, Pete Hahn
- 18/11/2020 09:47:21
Thanks a lot for this hint.

I went another way since we already have our own storage model for this
and I didn’t had the time to change too much.

I made a simple Wizard using `FieldMany2ManyBinaryMultiFiles` widget.

Neverless, thanks for the hint to this interesting repo I didn’t knew of
before.

Am 17.11.20 um 11:32 schrieb Roussel, Denis:

> Hi Peter,

> You can look into  https://github.com/OCA/storage [1] to manage images the way you want.

> And you can review this  https://github.com/OCA/storage/pull/48 [2] that allows to handle multi image upload.

> Best regards,

Reference