
Search In
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
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.
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,
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
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
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
public function saveproductAction()
{
$categoryId = $_REQUEST['catId'];
$productName = $_REQUEST['ProductName'];
$productDesc = $_REQUEST['productDesc'];
$productPrice = $_REQUEST['productPrice'];
$productQty
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
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,
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
