Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: OCA DMS - possibility to store documents on external storage?
RE: OCA DMS - possibility to store documents on external storage?
Re: OCA DMS - possibility to store documents on external storage?
by
Acsone SA/NV, Laurent Mignon
Hi Radovan,
There is another whole repository that deals with external storage systems - OCA/storage which integrates such systems. But that stores the attachments/documents/images in a way that's not really friendly to the naked eye.
Which branch of the oca/storage repo are you talking about? Can you elaborate? On branch 160, the new fs_attachment module has been designed to transparently provide the ability to store attachments in a wide range of file systems such as azure, s3, ftp, etc... There are more specialized modules to improve the developer experience when they deal with files into odoo. At the ground you also have the fs_storage module that gives you access to an unified filesytem interface object through the fsspec library. Maybe the PR https://github.com/OCA/dms/pull/182 could take advantage of this approach? Behind these new modules there is a lot of work to lower the resources consumption when dealing with files into Odoo. (for example, the fs_attachement module implements the streaming of the content's files when a user downloads the file even if the file is stored into an external filesystem, ...)
Regards,
lmi
Reference
-
OCA DMS - possibility to store documents on external storage?
byData Dance s.r.o., Radovan Skolnik-
Re: OCA DMS - possibility to store documents on external storage?
byxavier -
Re: OCA DMS - possibility to store documents on external storage?
byInitOS GmbH, Frederik Kramer -
Re: OCA DMS - possibility to store documents on external storage?
byInitOS GmbH, Frederik Kramer -
Re: OCA DMS - possibility to store documents on external storage?
byxavier -
Re: OCA DMS - possibility to store documents on external storage?
byData Dance s.r.o., Radovan Skolnik -
Re: OCA DMS - possibility to store documents on external storage?
byInitOS GmbH, Frederik Kramer -
Re: OCA DMS - possibility to store documents on external storage?
byAcsone SA/NV, Laurent Mignon -
RE: OCA DMS - possibility to store documents on external storage?
byjohan -
Re: OCA DMS - possibility to store documents on external storage?
byInitOS GmbH, Frederik Kramer -
Re: OCA DMS - possibility to store documents on external storage?
byDIXMIT Consulting SLU, Enric Tobella Alomar
-