Odoo JavaScript Programming Tutorial (Part Four) – Field Attribute and Ajax Call
This article is the fourth part of my odoo javascript programming tutorial series. If you haven’t read the first to the third part of the series, I recommend reading those articles first. You should find the link to those articles at the bottom of this page. In this part, I will discuss how to add …. Read More
A Library for Backup and Restore Big Odoo Database
In my previous article I have discussed how to backup and restore a large odoo database, by modifying the odoo controller. After some time using this method in several projects, it turns out that this method has weaknesses. Sometimes the backup file cannot be restored. The backup file seems to be corrupt, so it failed …. Read More
How to Solve Odoo Studio New Field is Missing Problem in Odoo Enterprise v14
Did you know that in the odoo enterprise version we can change the odoo’s views by drag and drop? By installing a module named web_studio or commonly called by Odoo Studio we can change the odoo’s views easily. Just open the view that we want to change, open odoo studio, then change the view through …. Read More