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

[FIX] set correct product inside shipping line based on carrier method. #113

Merged
merged 2 commits into from
Jul 30, 2015
Merged

[FIX] set correct product inside shipping line based on carrier method. #113

merged 2 commits into from
Jul 30, 2015

Conversation

akshay-emipro
Copy link

Resolve of the issue #112.

While calling of the get_line() method of class MagentoShippingLineBuilder inherited from SpecialOrderLineBuilder(inside connector_ecommerce/sale.py) takes "product" attribute of self(object)
ref : https://github.com/OCA/connector-ecommerce/blob/8.0/connector_ecommerce/sale.py#L269
while inside code of _add_shipping_line() method "product_id" is set.
ref : https://github.com/OCA/connector-magento/blob/8.0/magentoerpconnect/sale.py#L468

@oca-clabot
Copy link

Hey @emiprotechnologies, thank you for your Pull Request.

It looks like some users haven't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement here: http://odoo-community.org/page/website.cla
Here is a list of the users:

Appreciation of efforts,
OCA CLAbot

@guewen
Copy link
Member

guewen commented Jul 3, 2015

Did you sign the CLA?
Could you keep my commit ownership on the test? (it means that you should remove your commit and cherry-pick mine from my branch)

@akshay-emipro
Copy link
Author

What I need to do for sign CLA ?
can you help me on that ?

@akshay-emipro
Copy link
Author

"Could you keep my commit ownership on the test? (it means that you should remove your commit and cherry-pick mine from my branch)"

What I need to do to follow ? can you explain more ?
thanks :)

@guewen
Copy link
Member

guewen commented Jul 3, 2015

Here is the OCA page on the CLA: https://odoo-community.org/page/cla

For the ownership of the commit, on your branch, do:

git reset --hard HEAD^
git remote add guewen git@github.com:guewen/connector-magento
git fetch guewen
git cherry-pick 290d05c5387ae2fa1b4b75b42cc004aee431760a
git push -f

@akshay-emipro
Copy link
Author

on command : git fetch guewen
Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@guewen
Copy link
Member

guewen commented Jul 3, 2015

You need to configure a ssh key on github and on your computer.
Anyway, you can use this remote url instead: git remote add guewen https://github.com/guewen/connector-magento.git

@guewen
Copy link
Member

guewen commented Jul 3, 2015

Oops, I forgot .git on git remote add guewen git@github.com:guewen/connector-magento.git

@akshay-emipro
Copy link
Author

I have done as you have guide. But still runbot test is fail. Please have a look on it.

@guewen
Copy link
Member

guewen commented Jul 6, 2015

Thanks for the change! Ignore the runbot build. Did you sign the CLA too?

@akshay-emipro
Copy link
Author

May I know some basic information ?
What is the benefit to sign the CLA ?
If I will be a member / contributor then what is the benefit of it ?
your reply would be grateful to us.
Thanks.

@guewen
Copy link
Member

guewen commented Jul 6, 2015

The OCA requests every contributor to sign the CLA. You have some information on https://odoo-community.org/page/cla

I you need more information, please send an email at cla@odoo-community.org

@guewen
Copy link
Member

guewen commented Jul 20, 2015

@emiprotechnologies could you ask the information you want and eventually sign the CLA? Can we move forward with this PR?

@akshay-emipro
Copy link
Author

I will sign the CLA and send it to the OCA.

@akshay-emipro
Copy link
Author

I have sent an email with CLA document. Can you have a look on it ?
Thanks.

@guewen
Copy link
Member

guewen commented Jul 21, 2015

CLA Ok. Thanks!

👍 for the merge

@pedrobaeza
Copy link
Member

👍

pedrobaeza added a commit that referenced this pull request Jul 30, 2015
[FIX] set correct product inside shipping line based on carrier method.
@pedrobaeza pedrobaeza merged commit aa64bb5 into OCA:8.0 Jul 30, 2015
@akshay-emipro
Copy link
Author

Hi @guewen ,

I got an account for the OCA. But I can not set my github account from user => preferences.

Can you help me out for this ?

I want to contribute inside some repo of OCA.

Thanks for your support.
Regards.

jcoux pushed a commit to camptocamp/connector-magento that referenced this pull request May 14, 2019
…rive

[ADD] Check phone num for LOCKER type
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

Successfully merging this pull request may close these issues.

None yet

5 participants