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

Search In

How to setup Google Drive in OpenERP(Odoo)?

If you want to setup Google Drive in OpenERP (Odoo) follow the below mentioned steps: - Step-1 install Google Driveā„¢ integration module. Step-2 Go to the Settings menu and click it. Step-3 Go to Google Drive ->Template Step-4 Go to T

How to add new elements or style the existing header in odoo?

If you want to Extend the default Header in OpenERP(Odoo) follow the below mentioned code in your .xml file: <template id="snippet_testimonial" name="Testimonial snippet"> <section class="snippet_testimonial"> <div class="contai

Get a many2one field in a list with domain

To get a many2one field of another model in your model as a drop-down list, you have to define a column or a field and a write a function for it. Suppose, you want to get a list of invoices in a drop down list based on the customer selected or base

How to find out Access controls List in OpenERP(Odoo)?

If you want to find out Access controls List in OpenERP(Odoo) follow the below mentioned steps:- Step-1 Go to Settings Menu and click it. Step-2 Go to Security button and Click it Step-3 Access controls List and click it. Step-4 In the belo

How to manage the point of sale payment method in Odoo?

If you want to manage the point of sale payment method then follow the following code in your .py file.   import time import pos_box_entries from openerp import netsvc from openerp.osv import osv, fields from openerp.tools.translate import

How to Data Mapping using ETL Tools in OpenERP/Odoo ?

The data mapping fixates on the powerful data between systems, It leads to more significant consistency, which results into preponderating productivity, reducing perpetual maintenance costs, amending readability of software and additionally making it

How to remove 'provision' from selection list when configuring Cash Flow in Odoo

In below example, I have written Python script to remove 'provision' from selection list when configuring Cash Flow Codes. Paste below python code in .py file : def fields_get(self, cr, uid, fields=None, context=None): res = super(account_cashfl

How to remove 'provision' from selection list when configuring Cash Flow Codes in OpenERP(Odoo)?

In below example, I have written Python script to remove 'provision' from selection list when configuring Cash Flow Codes. Use below python code in your .py file : def fields_get(self, cr, uid, fields=None, context=None): res = super(account_cashf

How to get multiple statement_lines in Odoo-9

If you want get multiple statement_lines.Then you have to follow the following code in your .py file. import logging import sets from openerp import models, fields, api _logger = logging.getLogger(__name__) class barcode_rule(models.Model

How to write python script for credit card payment in OpenERP(Odoo)?

Step-1 Install partner_res module. Step-2 After that, install partner_res module. In below example, I have customised partner_report module. You can directly use the below partner_res module in your addons and run in Odoo server. import time fro

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