Hi,
Is it possible in Odoo to export a list of records from a module and then import them from the data directory on when the module loads? So for example if you export a csv file, can you put that csv into the data directory of a module to automatically load those records when the module is installed? The use case is that we have several custom records that we want loaded whenever the database is installed so that we don't have to manually recreate them.