Export Data
While working with a database, there are instances where we may want to export our data to a specific file. Odoo provides a feature that allows the export of data from any field in any record. Let's examine a module that has been created using Odoo Studio.
Choose the 'Export' button from the dropdown menu of the Action Button.
In the window, you can select the fields you want to export. After choosing the necessary fields from the list of available options, select the desired export format (such as xlsx or csv).
Import Data
Select 'Import Records' from the Actions.
After selecting 'Import Records,' a new form view opens for uploading files
After selecting 'Import Records,' a new form view opens for uploading files.
Here you can see that record is successfully imported.