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

Search In

How to called except block to allow converting exceptions to arbitrary

To Called within an except block to allow converting exceptions to arbitrary responses. Anything returned (except None) will be used as response. use this code given below in openerp. def _handle_exception(self, exception): """Called within

How to retrieve all children projects of project ids in openerp

TO retrieve all children projects of project ids in project module and return a dictionary mapping each project to appiar its parent.id in parent project in project module (or None)in openerp. use this code given below in .py file in openerp. def

Expense Mangement In Odoo V8

How to simply manage expense of utility bills and daily expense in odoo ... example electricity bill food bill telephone bill service charges and how to make auto estimate for next month and on certain date it gives us reminder ....? I need answer w

How to restart postgresql database in ubuntu

To restart postgresql database in ubuntu Run this command in terminal:- step1- sudo service postgresql step2- sudo service postgresql restart use these command to restart postgresql service

How to make report template in Odoo ?

There are some specific variables accessible to make template reports. 1. docs : records for the current report 2. doc_ids : list of ids for the docs records 3. doc_model : model for the docs records 4. time : a reference to time from the Python stan

How to get the current Cordinate in OpenERP/Odoo ?

For current cordinate we have to add a button resetting the product's coordinates to the location of the user, you can get these coordinates using the javascript geolocation API. Now we would like to display an additional button to automatically set

How to add penalty in customer invoice in OpenERP-6.1?

In OpenERP first, install the account module and then create the own module and relate it to the fields payment term in account module. Follow these steps given below: Step1- First create add_penalty.py file in your own module and pass this file in

How to use display content in OpenERP/Odoo ?

We have two methods and features to display content. 1-format the widget's data 2-display the widget The HomePage widget already has a start() method. This method is part of the normal widget lifecycle and it is automatically call

How to define States of object in openERP-7 & OpenERP-8(Odoo)?

First we have to define the States So to define states follow the below code. columns = { ’state’: fields.selection([ (’new’,’New’), (’assigned’,’Assigned’),

How to create PDF report using python script in OpenERP(Odoo-8)

In OpenERP first, create existing module and then inherits the account.invoice object in your own module and also create report file in your own module. Follow these step given belowas Step1- First create module like, test then create file in your

1 26 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: