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

[12.0] [MIG] hr_job_category #542

Closed
wants to merge 4 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 104 additions & 0 deletions hr_job_category/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
==========================
HR Job Employee Categories
==========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhr-lightgray.png?logo=github
:target: https://github.com/OCA/hr/tree/11.0/hr_job_category
:alt: OCA/hr
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/hr-11-0/hr-11-0-hr_job_category
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/116/11.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module was written to extend the functionality of jobs
to support tagging employees based on their job positions.
For example, all Supervisors could be attached to the Supervisors category.
Define which categories a job belongs to in the configuration for the job.
When an employee is assigned a particular job the categories attached to that
job will be attached to the employee record as well.

**Table of contents**

.. contents::
:local:

Installation
============

To install this module, you need to:

* clone the branch 11.0 of the repository https://github.com/OCA/hr
* add the path to this repository in your configuration (addons-path)
* update the module list
* search for "HR Job Employee Categories" in your addons
* install the module

Usage
=====

Just like on Employee form, you can select Tags on every Job form view.
Once a contract is defined for an employee, the tags assigned to the job
position selected are copied to the employee.

Note: If the job position is changed on the same contract, the tags from
old job position will be removed from employee.

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 <https://github.com/OCA/hr/issues/new?body=module:%20hr_job_category%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Michael Telahun Makonnen <mmakonnen@gmail.com>
* Savoir-faire Linux
* Fekete Mihai (FBSR)

Contributors
~~~~~~~~~~~~

* Michael Telahun Makonnen <mmakonnen@gmail.com>
* Savoir-faire Linux
* Fekete Mihai <feketemihai@gmail.com>
* Nikul Chaudhary <nikulchaudhary2112@gmail.com>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/hr <https://github.com/OCA/hr/tree/11.0/hr_job_category>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions hr_job_category/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
22 changes: 22 additions & 0 deletions hr_job_category/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2013 Michael Telahun Makonnen <mmakonnen@gmail.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
'name': 'HR Job Employee Categories',
'version': '12.0.1.0.0',
'category': 'Generic Modules/Human Resources',
'summary': 'Adds tags to employee trough contract and job position',
'author': "Michael Telahun Makonnen <mmakonnen@gmail.com>, "
"Savoir-faire Linux, "
"Fekete Mihai (FBSR), "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/hr',
'license': 'AGPL-3',
'depends': [
'hr_contract',
],
'data': [
'views/hr_view.xml',
],
'installable': True,
}
43 changes: 43 additions & 0 deletions hr_job_category/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_job_category
#
# Translators:
# Rudolf Schnapka <rs@techno-flex.de>, 2016
# Thomas A. Jaeger, 2015
# Thomas A. Jaeger, 2015
msgid ""
msgstr ""
"Project-Id-Version: hr (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-30 05:19+0000\n"
"PO-Revision-Date: 2016-01-26 09:53+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-hr-8-0/language/"
"de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: hr_job_category
#: model:ir.model.fields,field_description:hr_job_category.field_hr_job_category_ids
msgid "Associated Tags"
msgstr "Assoziierte Schlagwörter"

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_contract
#, fuzzy
msgid "Employee Contract"
msgstr "Vertrag"

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_job
msgid "Job Position"
msgstr "Arbeitsplatzpositionen"

#. module: hr_job_category
#: model:ir.ui.view,arch_db:hr_job_category.view_job_form
msgid "e.g. Part Time"
msgstr "z. B. Teilzeit"
41 changes: 41 additions & 0 deletions hr_job_category/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_job_category
#
# Translators:
# Antonio Trueba, 2016
msgid ""
msgstr ""
"Project-Id-Version: hr (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-30 05:19+0000\n"
"PO-Revision-Date: 2016-02-10 16:53+0000\n"
"Last-Translator: Antonio Trueba\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-hr-8-0/language/"
"es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: hr_job_category
#: model:ir.model.fields,field_description:hr_job_category.field_hr_job_category_ids
msgid "Associated Tags"
msgstr "Etiquetas asociadas"

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_contract
#, fuzzy
msgid "Employee Contract"
msgstr "Contrato"

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_job
msgid "Job Position"
msgstr ""

#. module: hr_job_category
#: model:ir.ui.view,arch_db:hr_job_category.view_job_form
msgid "e.g. Part Time"
msgstr "p.e., Tiempo parcial"
40 changes: 40 additions & 0 deletions hr_job_category/i18n/fi.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_job_category
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: hr (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-04-14 04:15+0000\n"
"PO-Revision-Date: 2016-04-04 11:09+0000\n"
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>\n"
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-hr-8-0/language/"
"fi/)\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: hr_job_category
#: model:ir.model.fields,field_description:hr_job_category.field_hr_job_category_ids
msgid "Associated Tags"
msgstr ""

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_contract
#, fuzzy
msgid "Employee Contract"
msgstr "Sopimus"

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_job
msgid "Job Position"
msgstr ""

#. module: hr_job_category
#: model:ir.ui.view,arch_db:hr_job_category.view_job_form
msgid "e.g. Part Time"
msgstr ""
40 changes: 40 additions & 0 deletions hr_job_category/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_job_category
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: hr (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-18 13:10+0000\n"
"PO-Revision-Date: 2015-07-27 23:44+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-hr-8-0/language/"
"fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: hr_job_category
#: model:ir.model.fields,field_description:hr_job_category.field_hr_job_category_ids
msgid "Associated Tags"
msgstr ""

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_contract
#, fuzzy
msgid "Employee Contract"
msgstr "Contrat"

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_job
msgid "Job Position"
msgstr "Poste"

#. module: hr_job_category
#: model:ir.ui.view,arch_db:hr_job_category.view_job_form
msgid "e.g. Part Time"
msgstr "p.e. À temps partiel"
35 changes: 35 additions & 0 deletions hr_job_category/i18n/hr_job_category.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_job_category
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: hr_job_category
#: model:ir.model.fields,field_description:hr_job_category.field_hr_job_category_ids
msgid "Associated Tags"
msgstr ""

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_contract
msgid "Employee Contract"
msgstr ""

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_job
msgid "Job Position"
msgstr ""

#. module: hr_job_category
#: model:ir.ui.view,arch_db:hr_job_category.view_job_form
msgid "e.g. Part Time"
msgstr ""

40 changes: 40 additions & 0 deletions hr_job_category/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_job_category
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: hr (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 12:02+0000\n"
"PO-Revision-Date: 2015-07-27 23:44+0000\n"
"Last-Translator: <>\n"
"Language-Team: Italian (http://www.transifex.com/oca/OCA-hr-8-0/language/"
"it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. module: hr_job_category
#: model:ir.model.fields,field_description:hr_job_category.field_hr_job_category_ids
msgid "Associated Tags"
msgstr ""

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_contract
#, fuzzy
msgid "Employee Contract"
msgstr "Contratto"

#. module: hr_job_category
#: model:ir.model,name:hr_job_category.model_hr_job
msgid "Job Position"
msgstr ""

#. module: hr_job_category
#: model:ir.ui.view,arch_db:hr_job_category.view_job_form
msgid "e.g. Part Time"
msgstr ""
Loading