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

Search In

How to create users in login form in OpenERp

In OpenERP first create the users and then users is retrieve an active resource of model res_users with the specified login. When users login in web page then verify all the rights and authentication. If users rights and authentication both is fine t

How to Modifying a report in OpenERP-6.1 ?

Step-1 First we have to Modify existing reports which will then replace the originals in our OpenERP database, Step-2 create new reports for the selected object. select Report > Modify Existing Report . Choose the report Request for Quotation

How To Add Extra Fields in account module in openerp

To Add Extra Fields in account module in openerp use below code In OpenERP Add Extra fields in account module to create new module name is invoice_cartage and add these 4 file. 1- __init__.py file --- import invoice_crtage 2- __openerp__.py fi

How to create wizard resource and return the action in OpenERP

In OpenERP when creating the wizard resource than the action of form is returned so agian we have to create the users and relate it to wizard resourse and also clicks the init icon in the web client than retrieve translated version of wizard's na

How to create view in board.board object in openerp

In openerp first install board module and inherit object in your own module and write this function name createview and this function will check the user id and list of the board id in board.board object in openerp. You can use this as given below.

How to move an override of the ir.actions.report_xml.create() method in Odoo-9?

If you want to move an override of the ir.actions.report_xml.create() method. Then you have to follow the following code in your .py file. # -*- coding: utf-8 -*- import time import math from openerp.osv import expression from openerp.tools.float

How to Creating the new model and fields in odoo-9

First create a model (if you don’t have one yet) then create some fields on this model: class check_demo(models.Model):     _name = 'check.demo'     name = fields.Char(required=True)     nu

How to add OpenERP Report Designer In menu for Creating Report in openoffice

This tutorial will guide you to add OpenERP Report Designer in menu for Creating Report in openoffice. Follow these step to add menu in openERP 1 - install base_report_designer module in database 2 - Download openoffice and open 3 - configure the

How to Create write function in openerp

To create writer function in openerp you have to override the create and write methods, as show in example below. Example:- use this code to write and override function in openerp def write(self, cr, uid, ids, values, context = None): res = supe

How to function called by the js in OpenERP

In OpenERP first we will create the function and then create js file.  After this the no Google doc were associated with a record, with the aim to create one then no config is associated with the res_model, and hence it will result a blank text

prev 1 2 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: