In this video, we are discussing storing data in odoo15. It includes defining a model with few fields in it. Add demo data into the model using the data directory. #odootechnicalvideos Video Contents ————————- 0:00 Introduction 0:14 Module structure 0:47 Add test data 1:32 Passing values while rendering #odoodevelopmentvideos Then using a controller pass the […]
This video describes how you can import Employee Data in Odoo14. You can import Employee data using either Excel (.xlsx) or CSV (.csv) formats. First Go to Employees – Open the list view and from the view select a few records and come under action – click Export. Now you can see a window where […]
This video describes how you can import Contacts in Odoo14. You can import Contacts data using either Excel (.xlsx) or CSV (.csv) formats. First Go to Contacts and from the view select a few records and come under action – click Export. Now you can see a window where we can add fields to export […]
How to restore your Odoo database from backup Odoo is an open ERP system that uses PostgreSQL as a database backend. Regularly taking back up of the database can avoid data loss.It is very useful for everyone who has installed Odoo. Odoo database can Video Contents 0:00 Introduction 1:18 How to take Odoo database backup? […]
Sometimes we have to import new data set into odoo to update older data or for some other purpose. Using odoo users can import data in different formats.By default odoo supports .xlsx and .csv files .By using data importing users can simply import data like the product, sale order, etc. Importing data may invite errors […]