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

[l10n_ca_hr_payroll] Migration to version 8.0 #92

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 1 addition & 22 deletions l10n_ca_hr_payroll/__init__.py
@@ -1,24 +1,3 @@
# -*- coding:utf-8 -*-
##############################################################################
#
# Copyright (C) 2012 - 2014 Odoo Canada. All Rights Reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################

from . import (
l10n_ca_hr_payroll,
)
import models
6 changes: 3 additions & 3 deletions l10n_ca_hr_payroll/__openerp__.py
Expand Up @@ -21,9 +21,8 @@
{
'name': 'Canada - Payroll',
'category': 'Localization',
'version': '1.0',
'version': '1.0.1',
'license': 'AGPL-3',
'category': 'Generic Modules/Human Resources',
'description': """
Canada Payroll Rules
====================
Expand All @@ -37,6 +36,7 @@
* Jonatan Cloutier <jonatan.cloutier@savoirfairelinux.com>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Sandy Carter <sandy.carter@savoirfairelinux.com>
* Rigoberto Martínez <rigo1985@gmail.com>
""",
'author': "Odoo Canada,Odoo Community Association (OCA)",
'website': 'https://community.odoo.com/project/42',
Expand All @@ -50,5 +50,5 @@
],
'test': [],
'demo': [],
'installable': False,
'installable': True,
}
307 changes: 0 additions & 307 deletions l10n_ca_hr_payroll/l10n_ca_hr_payroll.py

This file was deleted.

3 changes: 3 additions & 0 deletions l10n_ca_hr_payroll/models/__init__.py
@@ -0,0 +1,3 @@
# -*- coding:utf-8 -*-

import l10n_ca_hr_payroll