The Reason Why a Line Break Can Cause the Product Become Unsearchable in Odoo POS
This time I will tell you about my experience with one of the most strange, most unique, and most confusing errors that I have experienced during my career as an Odoo developer. For almost 5 years (when this article was written) I have only encountered this issue once, and it just happened a few months …. Read More
How to Use the Action Window in Odoo v15
ir.actions.act_window is the most used action when we create an applications in the Odoo ecosystem. If we call this action, Odoo will render the view of the model, so the user can perform some CRUD operations on the model. The interesting part is, we don’t need to create a route, a controller, or the javascript …. Read More
The Dilemma of Becoming an Odoo Developer
Hello, in this article I will write my opinion about the “Dilemma of Becoming an Odoo Developer”. Please remember, that this article is a personal opinion based on my experience for more than 4 years as an Odoo developer, you don’t have to agree with my opinion. This article also does not intend to speak …. Read More