Exporting and importing data
We will now learn how to export and import data from Odoo's user interface. From there, we will move on to the technical details on how to use the data files in our addon modules.
Exporting data
Data exporting is a standard feature available in any list view. To use it, we must first pick the rows to export by selecting the corresponding checkboxes on the far left, and then select the Export
option from the Action
button at the top of the list:
We can also tick the checkbox in the header of the column. It will check all the records at once, and will export all the records that match the current search criteria.
Note
In previous Odoo versions, only the records seen on the screen (the current page) would actually be exported. In Odoo 9, this was changed, so a ticked checkbox in the header will export all records that match the current filter, not just the ones currently displayed. This is very useful for exporting large sets of records that do not fit on the screen...