Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions hr_work_entry_type/README.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/coopiteasy/addons/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 <https://github.com/coopiteasy/addons/issues/new?body=module:%20hr_work_entry_type%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
-------

* Coop IT Easy SC

Contributors
------------

- `Coop IT Easy SC <https://coopiteasy.be>`__:

- 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 <https://github.com/coopiteasy/addons/tree/18.0/hr_work_entry_type>`_ project on GitHub.

You are welcome to contribute.
3 changes: 3 additions & 0 deletions hr_work_entry_type/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SPDX-FileCopyrightText: 2026 Coop IT Easy SC
#
# SPDX-License-Identifier: AGPL-3.0-or-later
23 changes: 23 additions & 0 deletions hr_work_entry_type/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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",
],
}
47 changes: 47 additions & 0 deletions hr_work_entry_type/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -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"
45 changes: 45 additions & 0 deletions hr_work_entry_type/i18n/hr_work_entry_type.pot
Original file line number Diff line number Diff line change
@@ -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 ""
3 changes: 3 additions & 0 deletions hr_work_entry_type/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
2 changes: 2 additions & 0 deletions hr_work_entry_type/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [Coop IT Easy SC](https://coopiteasy.be):
- Simon Hick
1 change: 1 addition & 0 deletions hr_work_entry_type/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add list view for hr.work.entry.type.
Loading
Loading