diff --git a/hr_planning_oca/README.rst b/hr_planning_oca/README.rst new file mode 100644 index 0000000..02c4539 --- /dev/null +++ b/hr_planning_oca/README.rst @@ -0,0 +1,78 @@ +============== +HR Planner OCA +============== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:6712a128ec2d85312a8cd5e11fd4f45d79baa9c39105fde2ecddf272480c9b5c + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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%2Fresource-lightgray.png?logo=github + :target: https://github.com/OCA/resource/tree/16.0/hr_planning_oca + :alt: OCA/resource +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/resource-16-0/resource-16-0-hr_planning_oca + :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/resource&target_branch=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + + +**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 +~~~~~~~ + +* Binhex + +Contributors +~~~~~~~~~~~~ + +* `Binhex `_: + + * Antonio Ruban + * Zuzanna Elzbieta Szalaty Szalaty + +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/resource `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/hr_planning_oca/__init__.py b/hr_planning_oca/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/hr_planning_oca/__manifest__.py b/hr_planning_oca/__manifest__.py new file mode 100644 index 0000000..b98f143 --- /dev/null +++ b/hr_planning_oca/__manifest__.py @@ -0,0 +1,18 @@ +{ + "name": "HR Planner OCA", + "version": "16.0.1.0.1", + "category": "Human Resources", + "website": "https://github.com/OCA/resource", + "author": "Binhex, Odoo Community Association (OCA)", + "depends": [ + "project", + "web_timeline", + "helpdesk_mgmt", + "hr_holidays", + ], + "data": ["views/menus.xml"], + "application": True, + "installable": True, + "auto_install": False, + "license": "AGPL-3", +} diff --git a/hr_planning_oca/i18n/es.po b/hr_planning_oca/i18n/es.po new file mode 100644 index 0000000..ae224e8 --- /dev/null +++ b/hr_planning_oca/i18n/es.po @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_planning_oca +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-01-06 20:49+0000\n" +"PO-Revision-Date: 2025-01-06 20:49+0000\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_planning_oca +#: model:ir.ui.menu,name:hr_planning_oca.main_menu_planner +msgid "Planning" +msgstr "Planificación" diff --git a/hr_planning_oca/readme/CONTRIBUTORS.rst b/hr_planning_oca/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..abb24e1 --- /dev/null +++ b/hr_planning_oca/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* `Binhex `_: + + * Antonio Ruban + * Zuzanna Elzbieta Szalaty Szalaty diff --git a/hr_planning_oca/readme/DESCRIPTION.rst b/hr_planning_oca/readme/DESCRIPTION.rst new file mode 100644 index 0000000..e69de29 diff --git a/hr_planning_oca/readme/USAGE.rst b/hr_planning_oca/readme/USAGE.rst new file mode 100644 index 0000000..e69de29 diff --git a/hr_planning_oca/static/description/icon.png b/hr_planning_oca/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/hr_planning_oca/static/description/icon.png differ diff --git a/hr_planning_oca/static/description/index.html b/hr_planning_oca/static/description/index.html new file mode 100644 index 0000000..5ba71dc --- /dev/null +++ b/hr_planning_oca/static/description/index.html @@ -0,0 +1,426 @@ + + + + + +HR Planner OCA + + + +
+

HR Planner OCA

+ + +

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

+

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

+
    +
  • Binhex
  • +
+
+
+

Contributors

+
    +
  • Binhex:
      +
    • Antonio Ruban
    • +
    • Zuzanna Elzbieta Szalaty Szalaty
    • +
    +
  • +
+
+
+

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

+

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

+
+
+
+ + diff --git a/hr_planning_oca/static/description/planning_icon.png b/hr_planning_oca/static/description/planning_icon.png new file mode 100644 index 0000000..84dbdba Binary files /dev/null and b/hr_planning_oca/static/description/planning_icon.png differ diff --git a/hr_planning_oca/views/menus.xml b/hr_planning_oca/views/menus.xml new file mode 100644 index 0000000..cd09055 --- /dev/null +++ b/hr_planning_oca/views/menus.xml @@ -0,0 +1,10 @@ + + + + + diff --git a/setup/.setuptools-odoo-make-default-ignore b/setup/.setuptools-odoo-make-default-ignore new file mode 100644 index 0000000..207e615 --- /dev/null +++ b/setup/.setuptools-odoo-make-default-ignore @@ -0,0 +1,2 @@ +# addons listed in this file are ignored by +# setuptools-odoo-make-default (one addon per line) diff --git a/setup/README b/setup/README new file mode 100644 index 0000000..a63d633 --- /dev/null +++ b/setup/README @@ -0,0 +1,2 @@ +To learn more about this directory, please visit +https://pypi.python.org/pypi/setuptools-odoo diff --git a/setup/hr_planning_oca/odoo/addons/hr_planning_oca b/setup/hr_planning_oca/odoo/addons/hr_planning_oca new file mode 120000 index 0000000..f801a41 --- /dev/null +++ b/setup/hr_planning_oca/odoo/addons/hr_planning_oca @@ -0,0 +1 @@ +../../../../hr_planning_oca \ No newline at end of file diff --git a/setup/hr_planning_oca/setup.py b/setup/hr_planning_oca/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/hr_planning_oca/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)