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. ...

Thursday, 12 October 2017

To the Odoo developers out there, i know some of you already have your editors, you use to develop your modules, which is perfectly okay, but for those who are thinking of using PyCharm to develop modules. I will walk you through how to set PyCharm up for easy development. If you don't know PyCharm, you should probably check this out their website...

Tuesday, 10 October 2017

You might have ever wondered how to add more keys to an existing selection field in Odoo, well the truth is its very easy and i will put you through that in this tutorial. This tutorial is assumed you know how to develop a module and add the necessary dependencies in the __manifest__.py file. So for the purpose of this tutorial, we will make...