← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 736238] Re: Product type always Consumable

 

Good point, I agree this is a bug. To fix it you must have the database
tool pgadmin

Open your schema from the drop down menu after you add your server then click "Query Tool"
execute this query

UPDATE product_template
SET type = 'product'
WHERE type = 'consu'

This will change all consumable products to stockable products

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/736238

Title:
  Product type always Consumable

Status in Magento Open ERP Connector:
  New

Bug description:
  When I import product from magent . They're always Consumable type
  instead of stockable type. How can I fix this ?



References