diff --git a/hr_payroll/README.md b/hr_payroll/README.md new file mode 100644 index 00000000..69d54f2d --- /dev/null +++ b/hr_payroll/README.md @@ -0,0 +1,72 @@ +======= 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..89072a52 --- /dev/null +++ b/hr_payroll/__manifest__.py @@ -0,0 +1,16 @@ +{ + "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"], + "development_status": "Beta", +} 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 00000000..41d2e567 Binary files /dev/null and b/hr_payroll/static/description/icon.png differ 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.