diff --git a/hr_employee_ssn/README.rst b/hr_employee_ssn/README.rst new file mode 100644 index 00000000000..5c8d94732a5 --- /dev/null +++ b/hr_employee_ssn/README.rst @@ -0,0 +1,82 @@ +===================== +HR Employee SSN & SIN +===================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:f8423952023049112b368eed92c0657534389e302efc37caaaadb3a8583735cb + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/17.0/hr_employee_ssn + :alt: OCA/hr +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/hr-17-0/hr-17-0-hr_employee_ssn + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/hr&target_branch=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to use employee's SSN & SIN fields by exposing them +in the user interface. + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* CorporateHub + +Contributors +------------ + +- `CorporateHub `__ + + - Alexey Pelykh + +- Saran Lim. +- Manish Bohra + +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 `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/hr_employee_ssn/__init__.py b/hr_employee_ssn/__init__.py new file mode 100644 index 00000000000..c71289ab17c --- /dev/null +++ b/hr_employee_ssn/__init__.py @@ -0,0 +1 @@ +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). diff --git a/hr_employee_ssn/__manifest__.py b/hr_employee_ssn/__manifest__.py new file mode 100644 index 00000000000..40835f51bd9 --- /dev/null +++ b/hr_employee_ssn/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright (C) 2018 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +{ + "name": "HR Employee SSN & SIN", + "version": "17.0.1.0.0", + "category": "Human Resources", + "website": "https://github.com/OCA/hr", + "author": "CorporateHub, Odoo Community Association (OCA)", + "license": "AGPL-3", + "installable": True, + "application": False, + "summary": "View/edit employee's SSN & SIN fields", + "depends": ["hr"], + "data": ["views/hr_employee_views.xml"], +} diff --git a/hr_employee_ssn/i18n/de.po b/hr_employee_ssn/i18n/de.po new file mode 100644 index 00000000000..e69de29bb2d diff --git a/hr_employee_ssn/i18n/es_AR.po b/hr_employee_ssn/i18n/es_AR.po new file mode 100644 index 00000000000..e69de29bb2d diff --git a/hr_employee_ssn/i18n/fr.po b/hr_employee_ssn/i18n/fr.po new file mode 100644 index 00000000000..e69de29bb2d diff --git a/hr_employee_ssn/i18n/hr_employee_ssn.pot b/hr_employee_ssn/i18n/hr_employee_ssn.pot new file mode 100644 index 00000000000..78d58d53fe0 --- /dev/null +++ b/hr_employee_ssn/i18n/hr_employee_ssn.pot @@ -0,0 +1,13 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.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" diff --git a/hr_employee_ssn/i18n/it.po b/hr_employee_ssn/i18n/it.po new file mode 100644 index 00000000000..e69de29bb2d diff --git a/hr_employee_ssn/pyproject.toml b/hr_employee_ssn/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/hr_employee_ssn/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/hr_employee_ssn/readme/CONTRIBUTORS.md b/hr_employee_ssn/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..d3b44f5f47a --- /dev/null +++ b/hr_employee_ssn/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- [CorporateHub](https://corporatehub.eu/) + - Alexey Pelykh \<\> +- Saran Lim. \<\> +- Manish Bohra \<\> diff --git a/hr_employee_ssn/readme/DESCRIPTION.md b/hr_employee_ssn/readme/DESCRIPTION.md new file mode 100644 index 00000000000..565cd0605d2 --- /dev/null +++ b/hr_employee_ssn/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module allows to use employee's SSN & SIN fields by exposing them +in the user interface. diff --git a/hr_employee_ssn/static/description/icon.png b/hr_employee_ssn/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/hr_employee_ssn/static/description/icon.png differ diff --git a/hr_employee_ssn/static/description/index.html b/hr_employee_ssn/static/description/index.html new file mode 100644 index 00000000000..c036240ca35 --- /dev/null +++ b/hr_employee_ssn/static/description/index.html @@ -0,0 +1,427 @@ + + + + + + +HR Employee SSN & SIN + + + +
+

HR Employee SSN & SIN

+ + +

Beta License: AGPL-3 OCA/hr Translate me on Weblate Try me on Runboat

+

This module allows to use employee’s SSN & SIN fields by exposing them +in the user interface.

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • CorporateHub
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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 project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/hr_employee_ssn/views/hr_employee_views.xml b/hr_employee_ssn/views/hr_employee_views.xml new file mode 100644 index 00000000000..f4846cd49b9 --- /dev/null +++ b/hr_employee_ssn/views/hr_employee_views.xml @@ -0,0 +1,18 @@ + + + + + hr.employee.form.inherit + hr.employee + + + + + + + + +