Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[binder] binding customer_group_id is zero failed #62

Closed
fevxie opened this issue Nov 2, 2014 · 1 comment
Closed

[binder] binding customer_group_id is zero failed #62

fevxie opened this issue Nov 2, 2014 · 1 comment

Comments

@fevxie
Copy link

fevxie commented Nov 2, 2014

Hi, team:

 when I import partner.category  I find when the search result customer_group_id is 0 the job is failed. then I check the code,  I find in when I bind the magento_id with binder_id  the code has a assert sentence in the magentoerpconnect module binder file line 123:

assert external_id and binding_id, (
"external_id or binding_id missing, "
"got: %s, %s" % (external_id, binding_id)
)

then the external_id value is 0 and this sentence is not passed.

I think maybe this is a bug for every object import to OE when the magento_id is zero.

@guewen
Copy link
Member

guewen commented Nov 4, 2014

Hi,

Thanks for reporting! This is a duplicate of #48

There is a correction that just waits for reviews here: #61

@guewen guewen closed this as completed Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants