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

[IMP]8.0 product links migr #40

Merged
merged 7 commits into from
May 28, 2015
Merged

[IMP]8.0 product links migr #40

merged 7 commits into from
May 28, 2015

Conversation

fevxie
Copy link

@fevxie fevxie commented Mar 20, 2015

[INIT] Initialization migrate product_links module to 8.0


product_id = fields.Many2one(
comodel_name='product.template',
string='Soruce Product',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/Soruce/Source/

@guewen
Copy link
Member

guewen commented Mar 20, 2015

Thanks 👍

@@ -21,7 +21,7 @@

{
'name': 'Product Links',
'version': '7.0.0',
'version': '8.0.0',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version is incorrect. It should be 1.0. Odoo will add 8.0 itself at the beginning.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.91%) to 89.29% when pulling f234db9 on fevxie:8.0-product_links_migr into 13a941d on OCA:8.0.

@yvaucher
Copy link
Member

@fevxie Your commits are not properly linked to you github account either you didn't configured git with an email or you need to add your email on your github account

@fevxie
Copy link
Author

fevxie commented May 25, 2015

Hi @yvaucher, thanks for your reminder. I config my email according https://help.github.com/articles/setting-your-email-in-git/ using commands: git config --global && $GIT_COMMITTER_EMAIL && $GIT_AUTHOR_EMAIL, I din't get any information about how to update this pull request email? Do I need to update this?

Thanks

@yvaucher
Copy link
Member

@fevxie As you pushed those commit without email you need to amend them.

You can do this using

git rebase -i origin/8.0

replace all pick by edit
save and quit -> :wq

Then it will pause for each commit. Do:

git commit --amend --author="Author Name <email@address.com>"
git rebase --continue

Then push those changes here, you will need to force push:

git push -f

Now you should see you avatar on commits of this PR

@coveralls
Copy link

Coverage Status

Coverage increased (+1.48%) to 51.21% when pulling 9d5e1ca on fevxie:8.0-product_links_migr into 360dc14 on OCA:8.0.

@fevxie
Copy link
Author

fevxie commented May 28, 2015

@yvaucher Thanks for your patient steps, Done.

@@ -0,0 +1,36 @@
a module adds links between products
===========================================
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be "Product Links" and the = line should be of the sale length (otherwise the rst parser raises an error)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what do you mean "should be of the sale length" ? the same length with the sale module ?

[FIX] Change rst file Module name and == line length

@api.model
def _get_link_type_selection(self):
return self.get_link_type_selection()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is useless in v8 (see #40 (comment))

@guewen
Copy link
Member

guewen commented May 28, 2015

Thanks! 👍

@yvaucher
Copy link
Member

@fevxie Thanks for the changes 👍

Will can merge once travis is happy

guewen added a commit that referenced this pull request May 28, 2015
@guewen guewen merged commit c821c40 into OCA:8.0 May 28, 2015
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