From fdabcc639d97062c413c9b3a6d716821c9ff8dd4 Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Fri, 1 Nov 2024 22:43:47 -0600 Subject: [PATCH] [ADD] hr_payroll --- hr_payroll/README.md | 86 +++++ hr_payroll/README.rst | 86 +++++ hr_payroll/__init__.py | 5 + hr_payroll/__manifest__.py | 15 + hr_payroll/pyproject.toml | 3 + hr_payroll/readme/CONTRIBUTORS.md | 1 + hr_payroll/readme/DESCRIPTION.md | 2 + hr_payroll/static/description/icon.png | Bin 0 -> 9024 bytes hr_payroll/static/description/icon.svg | 54 +++ hr_payroll/static/description/index.html | 427 +++++++++++++++++++++++ payroll/README.rst | 20 +- payroll/readme/CONTRIBUTORS.md | 5 + payroll/readme/CONTRIBUTORS.rst | 5 - payroll/readme/DESCRIPTION.md | 5 + payroll/readme/DESCRIPTION.rst | 3 - payroll/static/description/index.html | 15 +- 16 files changed, 710 insertions(+), 22 deletions(-) create mode 100644 hr_payroll/README.md create mode 100644 hr_payroll/README.rst create mode 100644 hr_payroll/__init__.py create mode 100644 hr_payroll/__manifest__.py create mode 100644 hr_payroll/pyproject.toml create mode 100644 hr_payroll/readme/CONTRIBUTORS.md create mode 100644 hr_payroll/readme/DESCRIPTION.md create mode 100644 hr_payroll/static/description/icon.png create mode 100644 hr_payroll/static/description/icon.svg create mode 100644 hr_payroll/static/description/index.html create mode 100644 payroll/readme/CONTRIBUTORS.md delete mode 100644 payroll/readme/CONTRIBUTORS.rst create mode 100644 payroll/readme/DESCRIPTION.md delete mode 100644 payroll/readme/DESCRIPTION.rst diff --git a/hr_payroll/README.md b/hr_payroll/README.md new file mode 100644 index 00000000..2a4d1d0f --- /dev/null +++ b/hr_payroll/README.md @@ -0,0 +1,86 @@ +======= +Payroll +======= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:def4f708faf4767d5767c515426c572391d63f2a30ffde152f86d3a019c0b920 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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%2Fpayroll-lightgray.png?logo=github + :target: https://github.com/OCA/payroll/tree/17.0/hr_payroll + :alt: OCA/payroll +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/payroll-17-0/payroll-17-0-hr_payroll + :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/payroll&target_branch=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module is only here to provide compatibility between OCA modules +and Odoo Enterprise. + +**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 +------- + +* Open Source Integrators +* Asociacion Mexicana de Odoo (AMOdoo) + +Contributors +------------ + +- Maxime Chambreuil + +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. + +.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px + :target: https://github.com/max3903 + :alt: max3903 + +Current `maintainer `__: + +|maintainer-max3903| + +This module is part of the `OCA/payroll `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/hr_payroll/README.rst b/hr_payroll/README.rst new file mode 100644 index 00000000..d17680e7 --- /dev/null +++ b/hr_payroll/README.rst @@ -0,0 +1,86 @@ +======= +Payroll +======= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:e25971fcc152a521222daa0a08d81f5f0bb0205791d6e4c3a1799623eff28290 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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%2Fpayroll-lightgray.png?logo=github + :target: https://github.com/OCA/payroll/tree/17.0/hr_payroll + :alt: OCA/payroll +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/payroll-17-0/payroll-17-0-hr_payroll + :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/payroll&target_branch=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module is only here to provide compatibility between OCA modules +and Odoo Enterprise. + +**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 +------- + +* Open Source Integrators +* Asociacion Mexicana de Odoo (AMOdoo) + +Contributors +------------ + +- Maxime Chambreuil + +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. + +.. |maintainer-max3903| image:: https://github.com/max3903.png?size=40px + :target: https://github.com/max3903 + :alt: max3903 + +Current `maintainer `__: + +|maintainer-max3903| + +This module is part of the `OCA/payroll `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/hr_payroll/__init__.py b/hr_payroll/__init__.py new file mode 100644 index 00000000..64c145a2 --- /dev/null +++ b/hr_payroll/__init__.py @@ -0,0 +1,5 @@ +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models +from . import report +from . import wizard diff --git a/hr_payroll/__manifest__.py b/hr_payroll/__manifest__.py new file mode 100644 index 00000000..d94b13d6 --- /dev/null +++ b/hr_payroll/__manifest__.py @@ -0,0 +1,15 @@ +{ + "name": "Payroll", + "version": "17.0.1.0.0", + "category": "Payroll", + "website": "https://github.com/OCA/payroll", + "summary": "Manage your employee payroll records", + "license": "AGPL-3", + "author": "Open Source Integrators, " + "Asociacion Mexicana de Odoo (AMOdoo), " + "Odoo Community Association (OCA)", + "depends": [ + "payroll", + ], + "maintainers": ["max3903"], +} diff --git a/hr_payroll/pyproject.toml b/hr_payroll/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/hr_payroll/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/hr_payroll/readme/CONTRIBUTORS.md b/hr_payroll/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..dc39b143 --- /dev/null +++ b/hr_payroll/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +- Maxime Chambreuil \<\> diff --git a/hr_payroll/readme/DESCRIPTION.md b/hr_payroll/readme/DESCRIPTION.md new file mode 100644 index 00000000..e957f713 --- /dev/null +++ b/hr_payroll/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module is only here to provide compatibility between OCA modules +and Odoo Enterprise. diff --git a/hr_payroll/static/description/icon.png b/hr_payroll/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..41d2e5671ab7f95cafe276af9da86fa1e9626d55 GIT binary patch literal 9024 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 E4~!&0WB>pF literal 0 HcmV?d00001 diff --git a/hr_payroll/static/description/icon.svg b/hr_payroll/static/description/icon.svg new file mode 100644 index 00000000..2754487c --- /dev/null +++ b/hr_payroll/static/description/icon.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/hr_payroll/static/description/index.html b/hr_payroll/static/description/index.html new file mode 100644 index 00000000..43dd3c42 --- /dev/null +++ b/hr_payroll/static/description/index.html @@ -0,0 +1,427 @@ + + + + + +Payroll + + + +
+

Payroll

+ + +

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

+

This module is only here to provide compatibility between OCA modules +and Odoo Enterprise.

+

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

+
    +
  • Open Source Integrators
  • +
  • Asociacion Mexicana de Odoo (AMOdoo)
  • +
+
+ +
+

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.

+

Current maintainer:

+

max3903

+

This module is part of the OCA/payroll project on GitHub.

+

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

+
+
+
+ + diff --git a/payroll/README.rst b/payroll/README.rst index 9a868d87..893fd43e 100644 --- a/payroll/README.rst +++ b/payroll/README.rst @@ -30,7 +30,9 @@ Payroll Manage your employee payroll records. -This module is a backport from Odoo SA and as such, it is not included in the OCA CLA. That means we do not have a copy of the copyright on it like all other OCA modules. +This module is a backport from Odoo SA and as such, it is not included +in the OCA CLA. That means we do not have a copy of the copyright on it +like all other OCA modules. **Table of contents** @@ -51,21 +53,21 @@ Credits ======= Authors -~~~~~~~ +------- * Odoo SA Contributors -~~~~~~~~~~~~ +------------ -* Odoo SA -* David James -* Hilar AK -* Nimarosa (Nicolas Rodriguez) -* Henrik Norlin (@appstogrow) +- Odoo SA +- David James +- Hilar AK +- Nimarosa (Nicolas Rodriguez) +- Henrik Norlin (@appstogrow) Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. diff --git a/payroll/readme/CONTRIBUTORS.md b/payroll/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..0bc8d15e --- /dev/null +++ b/payroll/readme/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +- Odoo SA \<\> +- David James \<\> +- Hilar AK \<\> +- Nimarosa (Nicolas Rodriguez) \<\> +- Henrik Norlin (@appstogrow) diff --git a/payroll/readme/CONTRIBUTORS.rst b/payroll/readme/CONTRIBUTORS.rst deleted file mode 100644 index 8a0b8ac8..00000000 --- a/payroll/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,5 +0,0 @@ -* Odoo SA -* David James -* Hilar AK -* Nimarosa (Nicolas Rodriguez) -* Henrik Norlin (@appstogrow) diff --git a/payroll/readme/DESCRIPTION.md b/payroll/readme/DESCRIPTION.md new file mode 100644 index 00000000..4fc60e5e --- /dev/null +++ b/payroll/readme/DESCRIPTION.md @@ -0,0 +1,5 @@ +Manage your employee payroll records. + +This module is a backport from Odoo SA and as such, it is not included +in the OCA CLA. That means we do not have a copy of the copyright on it +like all other OCA modules. diff --git a/payroll/readme/DESCRIPTION.rst b/payroll/readme/DESCRIPTION.rst deleted file mode 100644 index ce96b5f2..00000000 --- a/payroll/readme/DESCRIPTION.rst +++ /dev/null @@ -1,3 +0,0 @@ -Manage your employee payroll records. - -This module is a backport from Odoo SA and as such, it is not included in the OCA CLA. That means we do not have a copy of the copyright on it like all other OCA modules. diff --git a/payroll/static/description/index.html b/payroll/static/description/index.html index a4e1ef3f..0209c821 100644 --- a/payroll/static/description/index.html +++ b/payroll/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -370,7 +371,9 @@

Payroll

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/payroll Translate me on Weblate Try me on Runboat

Manage your employee payroll records.

-

This module is a backport from Odoo SA and as such, it is not included in the OCA CLA. That means we do not have a copy of the copyright on it like all other OCA modules.

+

This module is a backport from Odoo SA and as such, it is not included +in the OCA CLA. That means we do not have a copy of the copyright on it +like all other OCA modules.

Table of contents

    @@ -412,7 +415,9 @@

    Contributors

    Maintainers

    This module is maintained by the OCA.

    -Odoo Community Association + +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.