Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Module for uploading multiple images/attachments to website

by
ClosingAp Open Source Integrators Europe, LDA, Daniel Reis
- 14/10/2020 10:30:12
For a one time load you could use a single use module with an XML data file.
XML data files are capable of importing directly from files.
Example: https://github.com/odoo/odoo/blob/14.0/odoo/addons/base/data/res_partner_demo.xml#L54

You would need to script the XML generation from a directory containing the files to import.

--dr


On 14/10/2020 08:32, Peter Hahn wrote:
If I got you right you are asking for a one-time import job for
migration, not for a front end based user friendly solution, right?

Reference