
Search In
Hello Readers,
This tutorial is going explain "How to get total quantity left of simple products with different color in configurable product".
Lets see how can we do it:
paste the below code in product view file (i.e catalog/product/view
Step-1 Install sales module.
Step-2 After that sales module.
In below example, I have customized sales module. You can directly use the below sales module in your addons and run in Odoo server.
from openerp.osv import fields, osv
from openerp.to
In below example I have written Python script to Include the default begin date in OpenERP. You can directly use the below sales module in your addons and run in Odoo server.
from openerp.osv import fields, osv
from openerp.tools.tr
Step-1 Install basic module like below:
1-account_payment_extension
2-base_external_mapping
3- magento_connect
4-product_attributes
4-product_images_olbs
6-product_m2mcategories
7-sale_payment
Step-2 After that we have to customised magento_co
