Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Module for uploading multiple images/attachments to website
Re: Module for uploading multiple images/attachments to website
Re: Module for uploading multiple images/attachments to website
by
ClosingAp Open Source Integrators Europe, LDA, Daniel Reis
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
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
-
Module for uploading multiple images/attachments to website
byData Dance s.r.o., Radovan Skolnik-
Re: Module for uploading multiple images/attachments to website
byData Dance s.r.o., Radovan Skolnik -
Re: Module for uploading multiple images/attachments to website
byClosingAp Open Source Integrators Europe, LDA, Daniel Reis -
Re: Module for uploading multiple images/attachments to website
byInitOS GmbH, Pete Hahn -
Re: Module for uploading multiple images/attachments to website
byData Dance s.r.o., Radovan Skolnik
-