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

[MIG] Migrating hr_skill to Odoo 11.0 #375

Merged
merged 29 commits into from
Mar 30, 2018
Merged

Conversation

novawish
Copy link

@novawish novawish commented Oct 4, 2017

Migrate module hr_skill to Odoo 11.0

@pedrobaeza pedrobaeza added this to the 11.0 milestone Oct 10, 2017
@pedrobaeza pedrobaeza mentioned this pull request Oct 10, 2017
71 tasks
@pedrobaeza
Copy link
Member

You need to follow migration guide: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-11.0

@feketemihai
Copy link
Member

@novawish It's a good way to start from #378 after it is merged...

@pedrobaeza
Copy link
Member

The module has been merged on 10.0, so you can apply the migration guide now

@novawish
Copy link
Author

@feketemihai @pedrobaeza Thanks for reminding me

pedrobaeza and others added 5 commits October 17, 2017 11:45
[UPD] Move Skills menu into HR configuration and add widget m2m_tags in employee form view and add to contributors list

[UPD] Update copyright

[IMP] Add unit test to test nam_get function on hr_skill

Refactor code for pep-8

Add group to Skill menu
@oca-clabot
Copy link

Hey @novawish, 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:

  • Ivan Yelizariev (no github login found)
  • Daniel Reis (no github login found)
  • Launchpad Translations on behalf of hr-core-editors (no github login found)
  • Denis Leemann (no github login found)

Appreciation of efforts,
OCA CLAbot

name = fields.Char(string='Name', required=True, translate=True)
active = fields.Boolean(string='Active', default=True)
parent_id = fields.Many2one(comodel_name='hr.skill',
string='Parent',
Copy link
Member

Choose a reason for hiding this comment

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

"website": "http://www.savoirfairelinux.com",
"depends": ["hr"],
'data': [
"views/hr_skill.xml",
Copy link
Member

Choose a reason for hiding this comment

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

It's better if we sort by Alphabet

@feketemihai feketemihai reopened this Mar 30, 2018
@feketemihai feketemihai merged commit ac68f92 into OCA:11.0 Mar 30, 2018
sambarros pushed a commit to sambarros/hr that referenced this pull request Jul 26, 2018
Mraimou pushed a commit to camptocamp/hr that referenced this pull request Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet