Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] migration of module project_task_timesheet_report #55

Open
wants to merge 10 commits into
base: 17.0
Choose a base branch
from
85 changes: 85 additions & 0 deletions project_task_timesheet_report/README.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/OCA/project-reporting/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/OCA/project-reporting/issues/new?body=module:%20project_task_timesheet_report%0Aversion:%2017.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
-------

* Jarsa

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

- Alan Ramos <[email protected]

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.

This module is part of the `OCA/project-reporting <https://github.com/OCA/project-reporting/tree/17.0/project_task_timesheet_report>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 2 additions & 0 deletions project_task_timesheet_report/__init__.py
Original file line number Diff line number Diff line change
@@ -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).
16 changes: 16 additions & 0 deletions project_task_timesheet_report/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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,
}
65 changes: 65 additions & 0 deletions project_task_timesheet_report/i18n/es_MX.po
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>\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"
Original file line number Diff line number Diff line change
@@ -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 ""
3 changes: 3 additions & 0 deletions project_task_timesheet_report/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
1 change: 1 addition & 0 deletions project_task_timesheet_report/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Alan Ramos \<<[email protected]>
2 changes: 2 additions & 0 deletions project_task_timesheet_report/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module adds a timesheets and hours information to the reports
created in project_task_report module.
4 changes: 4 additions & 0 deletions project_task_timesheet_report/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -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'.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading