Skip to Content

Contributors

Re: Module for uploading multiple images/attachments to website

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?


by Daniel Reis - 10:31 - 14 Oct 2020

Reference

  • Module for uploading multiple images/attachments to website
    Hello,
    
    we are migrating old site (done in WordPress) into Odoo created site. I am 
    looking for a way to upload and store multiple images for use in the migrated 
    pages/blogs. So far I couldn't find a way to do this but I have a hunch I am 
    missing something here :-) Any help is appreciated. Thank you.
    
    Best regards
    
    	Radovan Skolnik
    
    
    

    by Radovan Skolnik - 10:46 - 28 Sep 2020