diff --git a/hr_work_entry_type/README.rst b/hr_work_entry_type/README.rst new file mode 100644 index 000000000..083646784 --- /dev/null +++ b/hr_work_entry_type/README.rst @@ -0,0 +1,70 @@ +=============== +Work Entry Type +=============== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:06249c9c87678009b3eac97342eeab5828e4060aba49073518f757253d7ad7d0 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-coopiteasy%2Faddons-lightgray.png?logo=github + :target: https://github.com/coopiteasy/addons/tree/18.0/hr_work_entry_type + :alt: coopiteasy/addons + +|badge1| |badge2| |badge3| + +Add list view for hr.work.entry.type. + +**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 +------- + +* Coop IT Easy SC + +Contributors +------------ + +- `Coop IT Easy SC `__: + + - Simon Hick + +Maintainers +----------- + +.. |maintainer-mihien| image:: https://github.com/mihien.png?size=40px + :target: https://github.com/mihien + :alt: mihien + +Current maintainer: + +|maintainer-mihien| + +This module is part of the `coopiteasy/addons `_ project on GitHub. + +You are welcome to contribute. diff --git a/hr_work_entry_type/__init__.py b/hr_work_entry_type/__init__.py new file mode 100644 index 000000000..a300b50c9 --- /dev/null +++ b/hr_work_entry_type/__init__.py @@ -0,0 +1,3 @@ +# SPDX-FileCopyrightText: 2026 Coop IT Easy SC +# +# SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/hr_work_entry_type/__manifest__.py b/hr_work_entry_type/__manifest__.py new file mode 100644 index 000000000..084e3a239 --- /dev/null +++ b/hr_work_entry_type/__manifest__.py @@ -0,0 +1,23 @@ +# SPDX-FileCopyrightText: 2026 Coop IT Easy SC +# +# SPDX-License-Identifier: AGPL-3.0-or-later + +{ + "name": "Work Entry Type", + "summary": "Add list view for hr.work.entry.type", + "version": "18.0.1.0.0", + "category": "Human Resources/Employees", + "website": "https://coopiteasy.be", + "author": "Coop IT Easy SC", + "maintainers": ["mihien"], + "license": "AGPL-3", + "depends": [ + "hr", + "hr_work_entry", + "hr_work_entry_holidays", + ], + "data": [ + "views/hr_work_entry_type_views.xml", + "views/hr_views.xml", + ], +} diff --git a/hr_work_entry_type/i18n/fr.po b/hr_work_entry_type/i18n/fr.po new file mode 100644 index 000000000..526433e14 --- /dev/null +++ b/hr_work_entry_type/i18n/fr.po @@ -0,0 +1,47 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_work_entry_type +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-01-06 16:55+0000\n" +"PO-Revision-Date: 2026-01-06 16:55+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_work_entry_type +#: model_terms:ir.actions.act_window,help:hr_work_entry_type.hr_work_entry_type_action +msgid "No data to display" +msgstr "Aucune donnée à afficher" + +#. module: hr_work_entry_type +#: model_terms:ir.ui.view,arch_db:hr_work_entry_type.hr_work_entry_type_view_search +msgid "Search Work Entry Type" +msgstr "Chercher un type de prestation" + +#. module: hr_work_entry_type +#: model_terms:ir.actions.act_window,help:hr_work_entry_type.hr_work_entry_type_action +msgid "" +"Try to add some records, or make sure that there is no active filter in the " +"search bar." +msgstr "" +"Essayez d'ajouter quelques enregistrements ou veillez à ce qu'il n'y a pas " +"de filtre actif dans la barre de recherche." + +#. module: hr_work_entry_type +#: model:ir.ui.menu,name:hr_work_entry_type.menu_root_work_entry +#: model:ir.ui.menu,name:hr_work_entry_type.menu_work_entry +msgid "Work Entry" +msgstr "Prestation" + +#. module: hr_work_entry_type +#: model:ir.actions.act_window,name:hr_work_entry_type.hr_work_entry_type_action +#: model:ir.ui.menu,name:hr_work_entry_type.menu_work_entry_type +msgid "Work Entry Type" +msgstr "Type de prestation" diff --git a/hr_work_entry_type/i18n/hr_work_entry_type.pot b/hr_work_entry_type/i18n/hr_work_entry_type.pot new file mode 100644 index 000000000..48b331c2c --- /dev/null +++ b/hr_work_entry_type/i18n/hr_work_entry_type.pot @@ -0,0 +1,45 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_work_entry_type +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-01-06 16:56+0000\n" +"PO-Revision-Date: 2026-01-06 16:56+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_work_entry_type +#: model_terms:ir.actions.act_window,help:hr_work_entry_type.hr_work_entry_type_action +msgid "No data to display" +msgstr "" + +#. module: hr_work_entry_type +#: model_terms:ir.ui.view,arch_db:hr_work_entry_type.hr_work_entry_type_view_search +msgid "Search Work Entry Type" +msgstr "" + +#. module: hr_work_entry_type +#: model_terms:ir.actions.act_window,help:hr_work_entry_type.hr_work_entry_type_action +msgid "" +"Try to add some records, or make sure that there is no active filter in the " +"search bar." +msgstr "" + +#. module: hr_work_entry_type +#: model:ir.ui.menu,name:hr_work_entry_type.menu_root_work_entry +#: model:ir.ui.menu,name:hr_work_entry_type.menu_work_entry +msgid "Work Entry" +msgstr "" + +#. module: hr_work_entry_type +#: model:ir.actions.act_window,name:hr_work_entry_type.hr_work_entry_type_action +#: model:ir.ui.menu,name:hr_work_entry_type.menu_work_entry_type +msgid "Work Entry Type" +msgstr "" diff --git a/hr_work_entry_type/pyproject.toml b/hr_work_entry_type/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/hr_work_entry_type/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/hr_work_entry_type/readme/CONTRIBUTORS.md b/hr_work_entry_type/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..30c570166 --- /dev/null +++ b/hr_work_entry_type/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- [Coop IT Easy SC](https://coopiteasy.be): + - Simon Hick diff --git a/hr_work_entry_type/readme/DESCRIPTION.md b/hr_work_entry_type/readme/DESCRIPTION.md new file mode 100644 index 000000000..742efe4f2 --- /dev/null +++ b/hr_work_entry_type/readme/DESCRIPTION.md @@ -0,0 +1 @@ +Add list view for hr.work.entry.type. diff --git a/hr_work_entry_type/static/description/index.html b/hr_work_entry_type/static/description/index.html new file mode 100644 index 000000000..b1d6751ca --- /dev/null +++ b/hr_work_entry_type/static/description/index.html @@ -0,0 +1,421 @@ + + + + + +Work Entry Type + + + +
+

Work Entry Type

+ + +

Beta License: AGPL-3 coopiteasy/addons

+

Add list view for hr.work.entry.type.

+

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

+
    +
  • Coop IT Easy SC
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

Current maintainer:

+

mihien

+

This module is part of the coopiteasy/addons project on GitHub.

+

You are welcome to contribute.

+
+
+
+ + diff --git a/hr_work_entry_type/views/hr_views.xml b/hr_work_entry_type/views/hr_views.xml new file mode 100644 index 000000000..50c32baa6 --- /dev/null +++ b/hr_work_entry_type/views/hr_views.xml @@ -0,0 +1,33 @@ + + + + + + + + + diff --git a/hr_work_entry_type/views/hr_work_entry_type_views.xml b/hr_work_entry_type/views/hr_work_entry_type_views.xml new file mode 100644 index 000000000..51eba0f03 --- /dev/null +++ b/hr_work_entry_type/views/hr_work_entry_type_views.xml @@ -0,0 +1,50 @@ + + + + + hr.work.entry.type.filter + hr.work.entry.type + + + + + + + + + + + + hr.work.entry.type.list + hr.work.entry.type + + + + + + + + + + + + + + Work Entry Type + hr.work.entry.type + list,form + + +

+ No data to display +

+

+ Try to add some records, or make sure that there is no active filter in the search bar. +

+
+
+