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

Search In

How to calculate fields with total in account invoice line in Odoo-9?

In Odoo first, you have to install accounting module and in our system add existing fields and inherit the accounting module in our own module. We will follow these step given below:   Step1- First we create our own module and inherits the ac

How to integrate cloud tax in pos module in OpenERP-7 (odoo) ?

Hi Friends, Please help me with the Problem, I want to integrate Cloud Tax in OpenERP-7 (Odoo). anyone knows then please reply as soon as possible.

How to check credential key in avalara-salestax in OpenERP/Odoo ?

Step-1 Go to avalara_salestax module. Step-2 avalara_salestax->account_tax.py. Step-3 After that used below code in account_tax.py file. avalara_obj = AvaTaxService(avatax_config.account_number, avatax_config.license_key,

How to filter WooCommerce products by custom attribute

Hello Everyone, in this blog I teach you how to filter WooCommerce products by custom attribute. There are wide range of filter Plugins for filter product with custom attribute in WooCommerce like : 1. YITH WooCommerce Ajax Product Filter 2. WooCom

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

unique records creation with account_number and company_id in avalara-salestax

To use constraints on unique records creation with account_number and company_id in avalara-salestax in OpenERP/Odoo follow below steps- Step-1 Go to avalara_salestax module. Step-2 avalara_salestax->avalara_salestax.py. Step-3 After that used be

Programatically create products in Magento

public function saveproductAction() { $categoryId = $_REQUEST['catId']; $productName = $_REQUEST['ProductName']; $productDesc = $_REQUEST['productDesc']; $productPrice = $_REQUEST['productPrice']; $productQty

How to make Split Invoices in OpenERP(Odoo)?

If you want to make Split Invoices in OpenERP(Odoo) follow the below mentioned steps: Step-1Install 10n_ve_split_invoice module. Step-2 After that we have to customised 10n_ve_split_invoice module. In below example, I have custmozied .py file. You ca

Steps to describe how to create product and assign to category

1. In admin panel click on Catalog->Manage Products. 2. Click on Add Product button. 3. Select Attribute Set and Product Type.(Default & Simple Product) 4. In General tab fill the mendatory details like Name, Description, Short Description,

How to create configurable product ?

Steps to describe how to create configurable product ?   1. In admin panel click on Catalog->Manage Products.   2. Click on Add Product button.   3. Select Attribute Set -> default and Product Type -> configurable Produc

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