diff --git a/helpdesk_timesheet_time_type/README.rst b/helpdesk_timesheet_time_type/README.rst new file mode 100644 index 0000000000..15525da7cc --- /dev/null +++ b/helpdesk_timesheet_time_type/README.rst @@ -0,0 +1,94 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + +============================ +Helpdesk Timesheet Time Type +============================ + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:6855ae1514274942cd653d4f8abd37eab8175b638d90ee0a4632143feae74c2b + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/license-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%2Fhelpdesk-lightgray.png?logo=github + :target: https://github.com/OCA/helpdesk/tree/19.0/helpdesk_timesheet_time_type + :alt: OCA/helpdesk +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/helpdesk-19-0/helpdesk-19-0-helpdesk_timesheet_time_type + :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/helpdesk&target_branch=19.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows to have the time_type_id field of the +timesheet/hr_timesheet_time_type module in the helpdesk timesheet view +tab. + +**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 +------- + +* Lansana Barry Sow +* APSL-Nagarro + +Contributors +------------ + +[APSL-Nagarro](https://apsl.tech): + +- Lansana Barry Sow +- Miquel Pascual + +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-lbarry-apsl| image:: https://github.com/lbarry-apsl.png?size=40px + :target: https://github.com/lbarry-apsl + :alt: lbarry-apsl + +Current `maintainer `__: + +|maintainer-lbarry-apsl| + +This module is part of the `OCA/helpdesk `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/helpdesk_timesheet_time_type/__init__.py b/helpdesk_timesheet_time_type/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/helpdesk_timesheet_time_type/__manifest__.py b/helpdesk_timesheet_time_type/__manifest__.py new file mode 100644 index 0000000000..63c53025a8 --- /dev/null +++ b/helpdesk_timesheet_time_type/__manifest__.py @@ -0,0 +1,20 @@ +# Copyright 2025 Lansana Barry Sow(APSL-Nagarro) +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). +{ + "name": "Helpdesk Timesheet Time Type", + "version": "19.0.1.0.0", + "category": "Helpdesk", + "website": "https://github.com/OCA/helpdesk", + "author": "Lansana Barry Sow, APSL-Nagarro, Odoo Community Association (OCA)", + "maintainers": ["lbarry-apsl"], + "license": "AGPL-3", + "application": False, + "installable": True, + "depends": [ + "helpdesk_mgmt_timesheet", + "hr_timesheet_time_type", + ], + "data": [ + "views/helpdesk_ticket_view.xml", + ], +} diff --git a/helpdesk_timesheet_time_type/i18n/ar.po b/helpdesk_timesheet_time_type/i18n/ar.po new file mode 100644 index 0000000000..1f23a5dc91 --- /dev/null +++ b/helpdesk_timesheet_time_type/i18n/ar.po @@ -0,0 +1,15 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" diff --git a/helpdesk_timesheet_time_type/i18n/helpdesk_timesheet_time_type.pot b/helpdesk_timesheet_time_type/i18n/helpdesk_timesheet_time_type.pot new file mode 100644 index 0000000000..aadee09bfe --- /dev/null +++ b/helpdesk_timesheet_time_type/i18n/helpdesk_timesheet_time_type.pot @@ -0,0 +1,13 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.0\n" +"Report-Msgid-Bugs-To: \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" diff --git a/helpdesk_timesheet_time_type/i18n/it.po b/helpdesk_timesheet_time_type/i18n/it.po new file mode 100644 index 0000000000..73388557f6 --- /dev/null +++ b/helpdesk_timesheet_time_type/i18n/it.po @@ -0,0 +1,14 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" diff --git a/helpdesk_timesheet_time_type/pyproject.toml b/helpdesk_timesheet_time_type/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/helpdesk_timesheet_time_type/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/helpdesk_timesheet_time_type/readme/CONTRIBUTORS.md b/helpdesk_timesheet_time_type/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..048ac4c38f --- /dev/null +++ b/helpdesk_timesheet_time_type/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +\[APSL-Nagarro\](): + - Lansana Barry Sow \<\> + - Miquel Pascual \<\> \ No newline at end of file diff --git a/helpdesk_timesheet_time_type/readme/DESCRIPTION.md b/helpdesk_timesheet_time_type/readme/DESCRIPTION.md new file mode 100644 index 0000000000..6becc71bf8 --- /dev/null +++ b/helpdesk_timesheet_time_type/readme/DESCRIPTION.md @@ -0,0 +1 @@ +This module allows to have the time_type_id field of the timesheet/hr_timesheet_time_type module in the helpdesk timesheet view tab. \ No newline at end of file diff --git a/helpdesk_timesheet_time_type/static/description/icon.png b/helpdesk_timesheet_time_type/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/helpdesk_timesheet_time_type/static/description/icon.png differ diff --git a/helpdesk_timesheet_time_type/static/description/icon.svg b/helpdesk_timesheet_time_type/static/description/icon.svg new file mode 100644 index 0000000000..a7a26d0932 --- /dev/null +++ b/helpdesk_timesheet_time_type/static/description/icon.svg @@ -0,0 +1,79 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/helpdesk_timesheet_time_type/static/description/index.html b/helpdesk_timesheet_time_type/static/description/index.html new file mode 100644 index 0000000000..6f4a6ab20e --- /dev/null +++ b/helpdesk_timesheet_time_type/static/description/index.html @@ -0,0 +1,436 @@ + + + + + +README.rst + + + +
+ + + +Odoo Community Association + +
+

Helpdesk Timesheet Time Type

+ +

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

+

This module allows to have the time_type_id field of the +timesheet/hr_timesheet_time_type module in the helpdesk timesheet view +tab.

+

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

+
    +
  • Lansana Barry Sow
  • +
  • APSL-Nagarro
  • +
+
+
+

Contributors

+

[APSL-Nagarro](https://apsl.tech):

+ +
+
+

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:

+

lbarry-apsl

+

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

+

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

+
+
+
+
+ + diff --git a/helpdesk_timesheet_time_type/views/helpdesk_ticket_view.xml b/helpdesk_timesheet_time_type/views/helpdesk_ticket_view.xml new file mode 100644 index 0000000000..66acf15cb7 --- /dev/null +++ b/helpdesk_timesheet_time_type/views/helpdesk_ticket_view.xml @@ -0,0 +1,18 @@ + + + + helpdesk.ticket + + + + + + + + diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000000..8f036f7b15 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,4 @@ +odoo-addon-helpdesk_mgmt_timesheet @ git+https://github.com/OCA/helpdesk.git@refs/pull/999/head#subdirectory=helpdesk_mgmt_timesheet +odoo-addon-hr_timesheet_time_type @ git+https://github.com/OCA/timesheet.git@refs/pull/824/head#subdirectory=hr_timesheet_time_type +odoo-addon-helpdesk_mgmt @ git+https://github.com/OCA/helpdesk.git@refs/pull/978/head#subdirectory=helpdesk_mgmt +odoo-addon-helpdesk_mgmt_project @ git+https://github.com/OCA/helpdesk.git@refs/pull/984/head#subdirectory=helpdesk_mgmt_project