Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to use New ids in Odoo ?

In new ids context all work is done in the cache. And after that check all function and ids in python file, and creating a record in a model with computed fields, the records of the recordset will be in memory only. At that time the id 

How to create function Compute fields using API in Odoo-9

In OpenERP first, we create existing module and then creates an object in own module and then creates fields and function in module and relate it to the fields, this fields computes all related records and saves it in a database. Here computed field

How to define Access Control in OpenERP/Odoo ?

Access control has a model to which it grants permissions, the permissions it grants and optionally a group. Access controls are additive, for a given model a user has access all permissions granted to any of its groups: if the user belongs to one g

How to Compute stock value and stock quantity in product stock in OpenERP

When we create the product(real and virtual) and computes the stock value and quantity of product in stock and validate than the product(real and virtual) is also maintained in the stock and updated in warehouse and also returns the diction

How different is creating a simple module in Openerp 7.0?

Creating a module in OpenErp 7.0 is quite different from how it has been in 6.1. Already discussed earlier to create a module in version 6.1, its time to throw some light on a basic module created in OpenErp 7.0. To start with the basic structure it

How to call and create parent class in account module in OpenERP(Odoo)?

In OpenERP first, we create custom module and then create function in your existing module and pass parameter in function name is MaterialsRecursive. In below example I have written Python script to Include only parent level class. Like given below

How to make unique field and not allow duplicates records in openerp

To make a unique field and do not allow duplicates records in openerp, below is the solution In .py file use this code:- class course(osv.osv): _name="course" _columns={ "name":fields.char("Name"), } _sql_constr

How to change product id in your account module in OpenERP(Odoo-8)?

In OpenERP, create a custom module like: demo and then create file like: demo.py file in your demo module and demo.py file pass in your other file __init__.py file. And then create other file demo.xml file and pass this file in your other file like a

How to fetch Calendar (calendar.event) meetings for particular date in ODOO?

To fetch Calendar (calendar.event) meetings for particular date follow these step as mentioned below:- Step1 - To install base_calender module in openerp Step2 – To install web_calender module in openerp Step3 - Go to Messaging -> Organizer -&g

How to make Appraisal Plan in OpenERP(Odoo)?

If you want to make an Appraisal Plan in OpenERP (Odoo) follow the below mentioned steps:- Step-1 Install Human Resources(HR) and Employee Appraisals Module. Step-2 Go to Human Resources menu->Configuration->Appraisal Plan->Create Step-3

1 14 38
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: