I bring to you a very great opportunity to begin your desire of how you can start building an odoo module.
I
understand that you might have being wondering, how do i build a
module? You might have gone through so many resources, out there and you
cant just combine the pieces together. You used some of these resources
half way and you got...
Thursday, 14 May 2020
Monday, 4 February 2019
In this tutorial i will teach you how to add Chatter to an existing model or to a new model.
Why Chatter
One of the most important reason why you want to add chatter to your
module is simply because you want to keep track of activities carried on
in a particular section of your module. One beautiful things about Odoo
Chatter is, you can actually...
Sunday, 3 February 2019
In this tutorial, we will learn how to validate if a user belongs to a group or not. Checking or validating if a user belongs to a group can be done using the odoo technical method called has_group. The has_group is a method that is attached to the res.users model, which means you can only use this on the res.users model.
How...
Friday, 1 February 2019
In this tutorial, I will like to share my first experience when i
tried installing Odoo 12, and this will be as straight forward as
possible.
I assume you have already downloaded Odoo 12 and you are about to
start. Now, most people start Odoo from their terminals, which is fine,
whichever way is fine as long as your Odoo is running. Since...
I will be showing you how you can hide some values in your selection field to a group of users and to show the remaining values to another group of users. If you are an odoo developer, you already know how selection field works and if you are not an odoo developer, you are familiar with instances where you select from a drop down field and from a...
Friday, 13 October 2017
Hi Odoo Developers,
In this tutorial i will teach you how to use Xpath expression. Xpath expressions give you the ability to add new pages, groups, fields, to an already existing view.
Adding pages, groups and fields to an existing view is not really complicated, but involves more codes unlike adding more key values to a selection field.
The...
In this tutorial, i will teach you the simplest way to get the currently logged in user in Odoo. These tutorial is based on version 8, 9 and 10.
Let's get to it...
To get the currently logged user in Odoo, i will create a small method that gets the logged in user and default the method on a field.
...