Easy Odoo Domain Writing Tricks Using the odoo.osv.expression Module
On my previous article, I have written that : write domain on odoo is not easy. Therefore we must have some tricks to handle it. In that article, I have written one of the tricks I usually use, which is to change the domain to SQL Query, so we can analyze it. This time I …. Read More
Odoo JavaScript Programming Tutorial (Part Five) – How to Use the Dialog/Popup
This article is the fifth part of my odoo javascript programming tutorial series. If you haven’t read the first to the fourth part, I suggest you to read them first. You should find the link at the bottom of this page. In this article, I will discuss how to use odoo’s javascript dialogs. A dialog …. Read More
Read Odoo Source Code : How to Solve the Translation that is Only Partially Loaded
This article is the third part of my Reading Odoo Source Code tutorial series. In the Reading Odoo Source Code tutorial series, I usually write about tips and tricks on how to solve a problem when creating an odoo module, by reading the odoo source code directly. With the hope that it can make us …. Read More