In older versions of Odoo it was possible to import data from csv file only when you were installing a module (using init).
This function is now deprecated because you need to use the data folder that updates the data every time you update the module.
The only way to import data when you install module is using xml with the attribute noupdate="1"
.
To import data we use an ETL program that creates CSV file (create the XML file is more complex).
Does anybody know why you can not use the CSV file to import data only upon installation?
To perform bulk imports have always been used CSV. Someone has resolved, or the only way is to create XML files of thousands of tags??