Showing posts with label Odoo. Show all posts
Showing posts with label Odoo. Show all posts

Monday, October 14, 2019

Configure PyCharm with Odoo

Today I am going to show you how to configure PyCharm with Odoo . PyCharm is an IDE, than can be used for development purpose. You can conf...

Wednesday, October 2, 2019

Odoo Configuration File

Today I am going to discuss about configuration file in odoo, and how to get the parameters defined in this file in our code. What is odoo c...

How to use self.env.cr.copy_from function to save data in database

In this tutorial I will show you how to save or insert data into the database table using odoo "copy_from" function. Odoo provide ...

Tuesday, October 1, 2019

Connecting to odoo using XML-RPC

In this tutorial I will show you how to connect odoo by using XML-RPC. Before going directly into code I have to tell you about XML-RPC. Wha...

Sunday, May 5, 2019

How to show menu badge in odoo

In odoo you can add easily menu badges on menu items. Odoo provides a best and very easy way to do that. You can add numeric values next to ...

Monday, April 8, 2019

Multi-threading in Odoo

To use multi-threading in odoo we will use python threading module. Here remember that threads are different from processes. Threads run in ...

Monday, March 18, 2019

How to hide export option from more menu in odoo

In this article I will show you how to hide export option from more menu in odoo. Follow below steps to hide export option from more menu. 1...

Tuesday, January 1, 2019

Add an attachement (file) from odoo website.

In this article I am going to teach you how to add or upload attachment or file (doc, excel, zip, jpg, png etc) from odoo website or web pag...

Monday, December 17, 2018

Add domain on many2many field in odoo

In this article I will show you how to create a many2many field in odoo. I will also show you guys how to filter many2many field using domai...

Friday, October 19, 2018

How to add custom header and footer in QWEB reports in odoo

In this article I am going to teach you how to add custom header and footer in QWEB reports in odoo . You guys already know that how to cust...

Sunday, September 23, 2018

Remove 'Manage Database' and 'Powered by Odoo' from login page

In this article I will teach you how to remove 'Manage Database' and 'Powered by Odoo' from odoo login page. Remember we are...

Tuesday, September 18, 2018

How to stop auto rounding of float fields in odoo

In this tutorial I am going to teach you how to stop auto rounding of Float fields in Odoo. Sometimes we need to store values in Float field...

Wednesday, September 12, 2018

How to link custom paper format in QWEB Reports

In this tutorial I am going to show you how to add or link custom paper format in your newly/existing QWEB Reports. Before adding or linking...

Thursday, August 2, 2018

Get current logged in user id in odoo

Today I am going to show you how to get active_id or current user login id. The question is why we need this id. The answer is that on the b...

Odoo Web Controller

Today I am gonna talk about odoo controller. By using odoo controller you can create front end or web pages that are integrated with our odo...

Tuesday, June 26, 2018

Odoo get web form or template value in controller

In this article I am going to discuss how to get web form values such as input type text, radio, date and checkbox in odoo controller. To ac...

Wednesday, January 17, 2018

Inheritance in Models and Views

In Odoo/OpenERP we can inherit or use existing modules object/class/model and views. We can also inherit single field of existing modules. T...

Friday, January 12, 2018

Groups and Access rights in Odoo

The most significant area in Odoo/OpenERP is how to deal or manage users. Managing users and assigning groups or role is the key point in ev...