How I Backup and Restore Large Database on Odoo
Odoo has a fairly easy to use database backup and restore functionality. Previously I had no problem with the database backup and restore job. Before this come. A project with a very large database with size more than 3 GB, and still growing. Last time I check the database size is over 6 GB. I …. Read More
Read Odoo Source Code : Delivery Order Journal Entry
This article is the second part of the Read Odoo Source Code thread series. This time I will discuss how to find a source code snippet that responsible to create a journal entry when a Delivery Order is validated. To follow this article, make sure you have a product with the Inventory Valuation value is …. Read More
Read Odoo Source Code : Sidebar or Action Menu
As we know, once a year odoo always changes their versions. Every time they change the version there is always feature that changing, either added or removed, in good or bad way. Therefore, as an odoo programmer, I try not to memorize odoo code, even code that is often used, such as creating an Action …. Read More
