Skip to content

Commit fed7f41

Browse files
committed
Merge PR OCA#1685 into 19.0
Signed-off-by AaronHForgeFlow
2 parents eef784b + c0d3a18 commit fed7f41

File tree

22 files changed

+905
-0
lines changed

22 files changed

+905
-0
lines changed
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
5+
==========================
6+
Project Parent Task Filter
7+
==========================
8+
9+
..
10+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11+
!! This file is generated by oca-gen-addon-readme !!
12+
!! changes will be overwritten. !!
13+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14+
!! source digest: sha256:a343d463addeb42cc42110e183018c197706f360ecde871b67dc4d243ff77d99
15+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16+
17+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
18+
:target: https://odoo-community.org/page/development-status
19+
:alt: Beta
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
21+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22+
:alt: License: AGPL-3
23+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github
24+
:target: https://github.com/OCA/project/tree/19.0/project_parent_task_filter
25+
:alt: OCA/project
26+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27+
:target: https://translation.odoo-community.org/projects/project-19-0/project-19-0-project_parent_task_filter
28+
:alt: Translate me on Weblate
29+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
30+
:target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=19.0
31+
:alt: Try me on Runboat
32+
33+
|badge1| |badge2| |badge3| |badge4| |badge5|
34+
35+
This module adds a filter to show only the parent tasks in a project and
36+
a group to sort tasks by its parent tasks. It also adds the subtask
37+
number in the kanban view and activates the use of subtasks in the
38+
project settings.
39+
40+
**Table of contents**
41+
42+
.. contents::
43+
:local:
44+
45+
Usage
46+
=====
47+
48+
To use this module, you need to:
49+
50+
1. Activate the subtasks for each project record individually
51+
2. Select the filter or the filter group Parent tasks in a Project
52+
53+
Known issues / Roadmap
54+
======================
55+
56+
- In Products of type Service add an option to create a subtask of an
57+
existing task
58+
59+
Bug Tracker
60+
===========
61+
62+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/project/issues>`_.
63+
In case of trouble, please check there if your issue has already been reported.
64+
If you spotted it first, help us to smash it by providing a detailed and welcomed
65+
`feedback <https://github.com/OCA/project/issues/new?body=module:%20project_parent_task_filter%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
66+
67+
Do not contact contributors directly about support or help with technical issues.
68+
69+
Credits
70+
=======
71+
72+
Authors
73+
-------
74+
75+
* C2i Change 2 improve
76+
77+
Contributors
78+
------------
79+
80+
- `C2i Change 2 improve <http://c2i.es/>`__:
81+
82+
- Eduardo Magdalena <emagdalena@c2i.es>
83+
84+
- Stephan Keller <MiStK@gmx.de>
85+
86+
Maintainers
87+
-----------
88+
89+
This module is maintained by the OCA.
90+
91+
.. image:: https://odoo-community.org/logo.png
92+
:alt: Odoo Community Association
93+
:target: https://odoo-community.org
94+
95+
OCA, or the Odoo Community Association, is a nonprofit organization whose
96+
mission is to support the collaborative development of Odoo features and
97+
promote its widespread use.
98+
99+
This module is part of the `OCA/project <https://github.com/OCA/project/tree/19.0/project_parent_task_filter>`_ project on GitHub.
100+
101+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

project_parent_task_filter/__init__.py

Whitespace-only changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright 2017 C2i Change 2 improve - Eduardo Magdalena <emagdalena@c2i.es>
2+
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3+
4+
{
5+
"name": "Project Parent Task Filter",
6+
"summary": "Add a filter to show the parent tasks",
7+
"version": "19.0.1.0.0",
8+
"category": "Project",
9+
"website": "https://github.com/OCA/project",
10+
"author": "C2i Change 2 improve, Odoo Community Association (OCA)",
11+
"license": "AGPL-3",
12+
"depends": ["project"],
13+
"data": ["views/project_task.xml"],
14+
"installable": True,
15+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * project_parent_task_filter
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 13.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2020-02-02 21:13+0000\n"
10+
"Last-Translator: eduardgm <eduard.garcia@qubiq.es>\n"
11+
"Language-Team: none\n"
12+
"Language: ca\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 3.10\n"
18+
19+
#. module: project_parent_task_filter
20+
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
21+
msgid "Parent tasks"
22+
msgstr "Tasques pares"
23+
24+
#. module: project_parent_task_filter
25+
#: model:ir.model,name:project_parent_task_filter.model_project_task
26+
msgid "Task"
27+
msgstr ""
28+
29+
#~ msgid "Parent task"
30+
#~ msgstr "Tasca pare"
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * project_parent_task_filter
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2019-07-09 13:43+0000\n"
10+
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\n"
11+
"Language-Team: none\n"
12+
"Language: de\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 3.7.1\n"
18+
19+
#. module: project_parent_task_filter
20+
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
21+
msgid "Parent tasks"
22+
msgstr "Übergeordnete Aufgaben"
23+
24+
#. module: project_parent_task_filter
25+
#: model:ir.model,name:project_parent_task_filter.model_project_task
26+
msgid "Task"
27+
msgstr ""
28+
29+
#~ msgid "Parent task"
30+
#~ msgstr "Übergeordnete Aufgabe"
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * project_parent_task_filter
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-10-12 15:38+0000\n"
10+
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
11+
"Language-Team: none\n"
12+
"Language: es\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: project_parent_task_filter
20+
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
21+
msgid "Parent tasks"
22+
msgstr "Tareas padre"
23+
24+
#. module: project_parent_task_filter
25+
#: model:ir.model,name:project_parent_task_filter.model_project_task
26+
msgid "Task"
27+
msgstr "Tarea"
28+
29+
#~ msgid "Parent task"
30+
#~ msgstr "Tarea padre"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * project_parent_task_filter
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-10-29 23:49+0000\n"
10+
"Last-Translator: Ignacio Buioli <ibuioli@gmail.com>\n"
11+
"Language-Team: none\n"
12+
"Language: es_AR\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: project_parent_task_filter
20+
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
21+
msgid "Parent tasks"
22+
msgstr "Tareas de padres"
23+
24+
#. module: project_parent_task_filter
25+
#: model:ir.model,name:project_parent_task_filter.model_project_task
26+
msgid "Task"
27+
msgstr "Tarea"
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * project_parent_task_filter
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: Automatically generated\n"
10+
"Language-Team: none\n"
11+
"Language: es_ES\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: \n"
15+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
16+
17+
#. module: project_parent_task_filter
18+
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
19+
msgid "Parent tasks"
20+
msgstr ""
21+
22+
#. module: project_parent_task_filter
23+
#: model:ir.model,name:project_parent_task_filter.model_project_task
24+
msgid "Task"
25+
msgstr ""
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * project_parent_task_filter
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2021-05-14 18:47+0000\n"
10+
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
11+
"Language-Team: none\n"
12+
"Language: fr\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
17+
"X-Generator: Weblate 4.3.2\n"
18+
19+
#. module: project_parent_task_filter
20+
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
21+
msgid "Parent tasks"
22+
msgstr "Tâches parentes"
23+
24+
#. module: project_parent_task_filter
25+
#: model:ir.model,name:project_parent_task_filter.model_project_task
26+
msgid "Task"
27+
msgstr ""
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * project_parent_task_filter
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 14.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2021-04-11 16:46+0000\n"
10+
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
11+
"Language-Team: none\n"
12+
"Language: fr_FR\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
17+
"X-Generator: Weblate 4.3.2\n"
18+
19+
#. module: project_parent_task_filter
20+
#: model_terms:ir.ui.view,arch_db:project_parent_task_filter.view_task_search_form
21+
msgid "Parent tasks"
22+
msgstr "Tâches parentes"
23+
24+
#. module: project_parent_task_filter
25+
#: model:ir.model,name:project_parent_task_filter.model_project_task
26+
msgid "Task"
27+
msgstr ""

0 commit comments

Comments
 (0)