In Odoo fields defined with related to another field, values are not automatically stored in the Odoo database. A column will not be allocated for such fields. In order to store such a field in our database, we have added an extra argument store within the field definition. So, in this video, we’ll be describing […]
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? […]
Securing the database is very important to keep data safe in odoo and to isolate customer databases running on the same cluster. So we need to make the best practices in terms of users, passwords, access control management. Video Contents: 00:00 Introduction 00:35 Key points to secure Odoo 13 database 01:27 Secure Odoo 13 Database […]