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] hr_employee_phone_extension: Migrated to 10.0 #313

Merged
merged 1 commit into from
Feb 24, 2017

Conversation

leemannd
Copy link

No description provided.

@leemannd leemannd mentioned this pull request Feb 22, 2017
58 tasks
@leemannd leemannd force-pushed the 10.0-mig-hr_employee_phone_extension branch from 5133433 to 7683f62 Compare February 22, 2017 12:29
@leemannd leemannd changed the title [WIP][MIG] hr_employee_phone_extension: Migrated to 10.0 [MIG] hr_employee_phone_extension: Migrated to 10.0 Feb 22, 2017
@feketemihai feketemihai added this to the 10.0 milestone Feb 23, 2017
@leemannd leemannd force-pushed the 10.0-mig-hr_employee_phone_extension branch from 7683f62 to 5d9d3f4 Compare February 23, 2017 09:39
@@ -15,7 +15,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/hr/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/hr/issues/new?body=module:%20hr_employee_phone_extension%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`here <https://github.com/OCA/hr/issues/new?body=module:%20hr_employee_phone_extension%0Aversion:%2010.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Copy link
Member

Choose a reason for hiding this comment

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

You can remove this link noone uses it anyway.

#! -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
# © 2013 Savoir-faire Linux (<http://www.savoirfairelinux.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
Copy link
Member

Choose a reason for hiding this comment

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

No need to add copyright in __init__.py files as long as it contains no code and just imports.

#
##############################################################################
# -*- coding: utf-8 -*-
# © 2013 Savoir-faire Linux (<http://www.savoirfairelinux.com>)
Copy link
Member

Choose a reason for hiding this comment

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


from openerp import models, fields
from odoo import models, fields


class HrEmployee(models.Model):
Copy link
Member

Choose a reason for hiding this comment

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

The following fields are limited to 20 characters

Not sure on what this limitation is defined. Numbers can have very difference formats we can even imagine numbers with letters with VoIP.

I think we should drop the size=20

@leemannd leemannd force-pushed the 10.0-mig-hr_employee_phone_extension branch from 5d9d3f4 to ffa3e7e Compare February 24, 2017 13:51
@leemannd leemannd force-pushed the 10.0-mig-hr_employee_phone_extension branch from ffa3e7e to b3b292f Compare February 24, 2017 13:53
@leemannd
Copy link
Author

@yvaucher Updated

@yvaucher
Copy link
Member

Thanks

@yvaucher yvaucher merged commit b2c149d into OCA:10.0 Feb 24, 2017
sambarros pushed a commit to sambarros/hr that referenced this pull request Jul 26, 2018
[BSSFL-430] Fix Invoice compute_sale_orders
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

4 participants