diff --git a/project_task_timesheet_report/README.rst b/project_task_timesheet_report/README.rst new file mode 100644 index 0000000..1f357ec --- /dev/null +++ b/project_task_timesheet_report/README.rst @@ -0,0 +1,85 @@ +================================== +Project Task Report with Timesheet +================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:4117b846dc8d0a750b85408327c4afc21e49b37fc72f307ae8016e610dc7187e + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject--reporting-lightgray.png?logo=github + :target: https://github.com/OCA/project-reporting/tree/17.0/project_task_timesheet_report + :alt: OCA/project-reporting +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/project-reporting-17-0/project-reporting-17-0-project_task_timesheet_report + :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/project-reporting&target_branch=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds a timesheets and hours information to the reports +created in project_task_report module. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to: + +1. Go to 'Project > Tasks' and open a task. +2. Click 'Print > Print Task' or 'Print > Print Task and Chatter'. + +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 +------- + +* Jarsa + +Contributors +------------ + +- Alan Ramos `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/project_task_timesheet_report/__init__.py b/project_task_timesheet_report/__init__.py new file mode 100644 index 0000000..2aae634 --- /dev/null +++ b/project_task_timesheet_report/__init__.py @@ -0,0 +1,2 @@ +# Copyright 2020 Jarsa (http://www.jarsa.com.mx) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). diff --git a/project_task_timesheet_report/__manifest__.py b/project_task_timesheet_report/__manifest__.py new file mode 100644 index 0000000..f24dcde --- /dev/null +++ b/project_task_timesheet_report/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2020 Jarsa (http://www.jarsa.com.mx) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +{ + "name": "Project Task Report with Timesheet", + "summary": "Basic report for project tasks with timesheets.", + "version": "17.0.1.0.0", + "author": "Jarsa, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/project-reporting", + "category": "Project Management", + "depends": ["project_task_report", "hr_timesheet"], + "data": ["views/project_task_report.xml"], + "license": "LGPL-3", + "installable": True, + "application": False, +} diff --git a/project_task_timesheet_report/i18n/es_MX.po b/project_task_timesheet_report/i18n/es_MX.po new file mode 100644 index 0000000..bbda159 --- /dev/null +++ b/project_task_timesheet_report/i18n/es_MX.po @@ -0,0 +1,65 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_timesheet_report +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2020-06-18 17:19+0000\n" +"Last-Translator: Jesús Alan Ramos Rodríguez \n" +"Language-Team: none\n" +"Language: es_MX\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" +"X-Generator: Weblate 3.10\n" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Date" +msgstr "Fecha" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Description" +msgstr "Descripción" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Duration" +msgstr "Duración" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Effective Hours" +msgstr "Horas Efectivas" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Employee" +msgstr "Empleado" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Planned Hours" +msgstr "Horas Planeadas" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Remaining Hours" +msgstr "Horas Restantes" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Timesheets" +msgstr "Registro de Horas" diff --git a/project_task_timesheet_report/i18n/project_task_timesheet_report.pot b/project_task_timesheet_report/i18n/project_task_timesheet_report.pot new file mode 100644 index 0000000..dd99239 --- /dev/null +++ b/project_task_timesheet_report/i18n/project_task_timesheet_report.pot @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * project_task_timesheet_report +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.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" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Date" +msgstr "" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Description" +msgstr "" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Duration" +msgstr "" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Effective Hours" +msgstr "" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Employee" +msgstr "" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Planned Hours" +msgstr "" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Remaining Hours" +msgstr "" + +#. module: project_task_timesheet_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_chatter_report +#: model_terms:ir.ui.view,arch_db:project_task_timesheet_report.task_report +msgid "Timesheets" +msgstr "" diff --git a/project_task_timesheet_report/pyproject.toml b/project_task_timesheet_report/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/project_task_timesheet_report/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/project_task_timesheet_report/readme/CONTRIBUTORS.md b/project_task_timesheet_report/readme/CONTRIBUTORS.md new file mode 100644 index 0000000..50e7379 --- /dev/null +++ b/project_task_timesheet_report/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +- Alan Ramos \< diff --git a/project_task_timesheet_report/readme/DESCRIPTION.md b/project_task_timesheet_report/readme/DESCRIPTION.md new file mode 100644 index 0000000..aa7d535 --- /dev/null +++ b/project_task_timesheet_report/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module adds a timesheets and hours information to the reports +created in project_task_report module. diff --git a/project_task_timesheet_report/readme/USAGE.md b/project_task_timesheet_report/readme/USAGE.md new file mode 100644 index 0000000..b47f92d --- /dev/null +++ b/project_task_timesheet_report/readme/USAGE.md @@ -0,0 +1,4 @@ +To use this module, you need to: + +1. Go to 'Project \> Tasks' and open a task. +2. Click 'Print \> Print Task' or 'Print \> Print Task and Chatter'. diff --git a/project_task_timesheet_report/static/description/icon.png b/project_task_timesheet_report/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/project_task_timesheet_report/static/description/icon.png differ diff --git a/project_task_timesheet_report/static/description/index.html b/project_task_timesheet_report/static/description/index.html new file mode 100644 index 0000000..6bbbc5f --- /dev/null +++ b/project_task_timesheet_report/static/description/index.html @@ -0,0 +1,433 @@ + + + + + +Project Task Report with Timesheet + + + +
+

Project Task Report with Timesheet

+ + +

Beta License: LGPL-3 OCA/project-reporting Translate me on Weblate Try me on Runboat

+

This module adds a timesheets and hours information to the reports +created in project_task_report module.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Go to ‘Project > Tasks’ and open a task.
  2. +
  3. Click ‘Print > Print Task’ or ‘Print > Print Task and Chatter’.
  4. +
+
+
+

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

+
    +
  • Jarsa
  • +
+
+ +
+

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

+

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

+
+
+
+ + diff --git a/project_task_timesheet_report/views/project_task_report.xml b/project_task_timesheet_report/views/project_task_report.xml new file mode 100644 index 0000000..1d3a24d --- /dev/null +++ b/project_task_timesheet_report/views/project_task_report.xml @@ -0,0 +1,70 @@ + + + + +