Skip to content

Commit

Permalink
Merge PR #597 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 17, 2019
2 parents 4b65333 + 960c587 commit 37c9a10
Show file tree
Hide file tree
Showing 15 changed files with 710 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ line_length=88
known_odoo=odoo
known_odoo_addons=odoo.addons
sections=FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER
known_third_party=
known_third_party=setuptools
91 changes: 91 additions & 0 deletions project_parent_task_filter/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
==========================
Project Parent Task Filter
==========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! 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-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%2Fproject-lightgray.png?logo=github
:target: https://github.com/OCA/project/tree/12.0/project_parent_task_filter
:alt: OCA/project
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/project-12-0/project-12-0-project_parent_task_filter
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/140/12.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

This module adds a filter to show only the parent tasks in a project and
a group to sort tasks by its parent tasks.
It also add the subtask number in the kanban view.

**Table of contents**

.. contents::
:local:

Usage
=====

To use this module, you need to:

#. Select the filter or the filter group Parent tasks in a Project

Known issues / Roadmap
======================

* Rename the module name
* Activate the configuration option to use subtasks
* In Products of type Service add an option to create a subtask of an existing task

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/project/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 <https://github.com/OCA/project/issues/new?body=module:%20project_parent_task_filter%0Aversion:%2012.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
~~~~~~~

* C2i Change 2 improve

Contributors
~~~~~~~~~~~~

* `C2i Change 2 improve <http://c2i.es/>`_:

* Eduardo Magdalena <emagdalena@c2i.es>

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 <https://github.com/OCA/project/tree/12.0/project_parent_task_filter>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
15 changes: 15 additions & 0 deletions project_parent_task_filter/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2017 C2i Change 2 improve - Eduardo Magdalena <emagdalena@c2i.es>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Project Parent Task Filter",
"summary": "Add a filter to show the parent tasks",
"version": "13.0.1.0.0",
"category": "Project",
"website": "https://github.com/OCA/project",
"author": "C2i Change 2 improve, " "Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["project"],
"data": ["views/project_task.xml"],
"installable": True,
}
27 changes: 27 additions & 0 deletions project_parent_task_filter/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_parent_task_filter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-07-09 13:43+0000\n"
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
"Language-Team: none\n"
"Language: de\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.7.1\n"

#. module: project_parent_task_filter
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
msgid "Parent task"
msgstr "Übergeordnete Aufgabe"

#. module: project_parent_task_filter
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
msgid "Parent tasks"
msgstr "Übergeordnete Aufgaben"
27 changes: 27 additions & 0 deletions project_parent_task_filter/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_parent_task_filter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2019-04-24 23:15+0000\n"
"Last-Translator: Eduardo Magdalena <emagdalena@c2i.es>\n"
"Language-Team: none\n"
"Language: es\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.5.1\n"

#. module: project_parent_task_filter
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
msgid "Parent task"
msgstr "Tarea padre"

#. module: project_parent_task_filter
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
msgid "Parent tasks"
msgstr "Tareas padre"
25 changes: 25 additions & 0 deletions project_parent_task_filter/i18n/es_ES.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_parent_task_filter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: es_ES\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"

#. module: project_parent_task_filter
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
msgid "Parent task"
msgstr ""

#. module: project_parent_task_filter
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
msgid "Parent tasks"
msgstr ""
25 changes: 25 additions & 0 deletions project_parent_task_filter/i18n/project_parent_task_filter.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * project_parent_task_filter
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.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_parent_task_filter
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
msgid "Parent task"
msgstr ""

#. module: project_parent_task_filter
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
msgid "Parent tasks"
msgstr ""

3 changes: 3 additions & 0 deletions project_parent_task_filter/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* `C2i Change 2 improve <http://c2i.es/>`_:

* Eduardo Magdalena <emagdalena@c2i.es>
3 changes: 3 additions & 0 deletions project_parent_task_filter/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This module adds a filter to show only the parent tasks in a project and
a group to sort tasks by its parent tasks.
It also add the subtask number in the kanban view.
2 changes: 2 additions & 0 deletions project_parent_task_filter/readme/ROADMAP.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Activate the configuration option to use subtasks
* In Products of type Service add an option to create a subtask of an existing task
3 changes: 3 additions & 0 deletions project_parent_task_filter/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To use this module, you need to:

#. Select the filter or the filter group Parent tasks in a Project
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 37c9a10

Please sign in to comment.