diff --git a/project_task_timesheet_report/README.rst b/project_task_timesheet_report/README.rst new file mode 100644 index 0000000..15ee9d2 --- /dev/null +++ b/project_task_timesheet_report/README.rst @@ -0,0 +1,82 @@ +================================== +Project Task Report with Timesheet +================================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/13.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-13-0/project-reporting-13-0-project_task_timesheet_report + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/139/13.0 + :alt: Try me on Runbot + +|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: + +#. Go to 'Project > Tasks' and open a task. +#. 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 smashing 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..013d958 --- /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": "16.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", "views/project_task_chatter_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/readme/CONTRIBUTORS.rst b/project_task_timesheet_report/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..7ae2612 --- /dev/null +++ b/project_task_timesheet_report/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Alan Ramos Tasks' and open a task. +#. 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..409a91b --- /dev/null +++ b/project_task_timesheet_report/static/description/index.html @@ -0,0 +1,429 @@ + + + + + + +Project Task Report with Timesheet + + + +
+

Project Task Report with Timesheet

+ + +

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

+

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 smashing 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_chatter_report.xml b/project_task_timesheet_report/views/project_task_chatter_report.xml new file mode 100644 index 0000000..e67f7f4 --- /dev/null +++ b/project_task_timesheet_report/views/project_task_chatter_report.xml @@ -0,0 +1,73 @@ + + + + + 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..ba5fab8 --- /dev/null +++ b/project_task_timesheet_report/views/project_task_report.xml @@ -0,0 +1,70 @@ + + + + + diff --git a/setup/project_task_timesheet_report/odoo/addons/project_task_timesheet_report b/setup/project_task_timesheet_report/odoo/addons/project_task_timesheet_report new file mode 120000 index 0000000..21e8b3d --- /dev/null +++ b/setup/project_task_timesheet_report/odoo/addons/project_task_timesheet_report @@ -0,0 +1 @@ +../../../../project_task_timesheet_report \ No newline at end of file diff --git a/setup/project_task_timesheet_report/setup.py b/setup/project_task_timesheet_report/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/project_task_timesheet_report/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)