c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #33283
[Bug 860737] [NEW] Product import on fly fails, creates headache mess
Public bug reported:
When importing sales orders from magento it should create create the
product and then a referential ID.
If I import orders it will create the product correctly, but it will not
create the referential properly or at all. When it does it creates the
referential with the right external id, but the openerp id is 0! As a
result each time you attempt to import orders from a shop it will
recreate the product endlessly each time over and over again.
Also I cannot manually create the referential id because it already did with id '0'
Traceback (most recent call last):
File "/usr/local/openerp/openerp-server/bin/sql_db.py", line 131, in execute
res = self._obj.execute(query, params)
IntegrityError: duplicate key value violates unique constraint "ir_model_data_module_name_uniq"
DETAIL: Key (name, module)=(product_product/6441, extref/Midwest Supplies) already exists.
Quite serious bug
** Affects: magentoerpconnect
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/860737
Title:
Product import on fly fails, creates headache mess
Status in Magento OpenERP Connector:
New
Bug description:
When importing sales orders from magento it should create create the
product and then a referential ID.
If I import orders it will create the product correctly, but it will
not create the referential properly or at all. When it does it creates
the referential with the right external id, but the openerp id is 0!
As a result each time you attempt to import orders from a shop it will
recreate the product endlessly each time over and over again.
Also I cannot manually create the referential id because it already did with id '0'
Traceback (most recent call last):
File "/usr/local/openerp/openerp-server/bin/sql_db.py", line 131, in execute
res = self._obj.execute(query, params)
IntegrityError: duplicate key value violates unique constraint "ir_model_data_module_name_uniq"
DETAIL: Key (name, module)=(product_product/6441, extref/Midwest Supplies) already exists.
Quite serious bug
To manage notifications about this bug go to:
https://bugs.launchpad.net/magentoerpconnect/+bug/860737/+subscriptions
Follow ups
References