odoo-addon-project-tag-hierarchy 16.0.1.0.0.2__py3-none-any.whl → 16.0.1.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/project_tag_hierarchy/README.rst +6 -2
- odoo/addons/project_tag_hierarchy/__manifest__.py +1 -2
- odoo/addons/project_tag_hierarchy/i18n/it.po +44 -0
- odoo/addons/project_tag_hierarchy/static/description/index.html +16 -10
- {odoo_addon_project_tag_hierarchy-16.0.1.0.0.2.dist-info → odoo_addon_project_tag_hierarchy-16.0.1.0.1.dist-info}/METADATA +7 -3
- {odoo_addon_project_tag_hierarchy-16.0.1.0.0.2.dist-info → odoo_addon_project_tag_hierarchy-16.0.1.0.1.dist-info}/RECORD +8 -7
- {odoo_addon_project_tag_hierarchy-16.0.1.0.0.2.dist-info → odoo_addon_project_tag_hierarchy-16.0.1.0.1.dist-info}/WHEEL +1 -1
- {odoo_addon_project_tag_hierarchy-16.0.1.0.0.2.dist-info → odoo_addon_project_tag_hierarchy-16.0.1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -1,3 +1,7 @@
|
|
|
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
|
+
|
|
1
5
|
=====================
|
|
2
6
|
Project Tag Hierarchy
|
|
3
7
|
=====================
|
|
@@ -7,13 +11,13 @@ Project Tag Hierarchy
|
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
12
|
!! changes will be overwritten. !!
|
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:57499644143ceb71397ff3ffdd68d1c0cd763321fa888af4cea2e85e9afacc83
|
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
16
|
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
|
15
19
|
:alt: Beta
|
|
16
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
17
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
22
|
:alt: License: AGPL-3
|
|
19
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github
|
|
@@ -2,14 +2,13 @@
|
|
|
2
2
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
3
3
|
{
|
|
4
4
|
"name": "Project Tag Hierarchy",
|
|
5
|
-
"version": "16.0.1.0.
|
|
5
|
+
"version": "16.0.1.0.1",
|
|
6
6
|
"category": "Project Management",
|
|
7
7
|
"website": "https://github.com/OCA/project",
|
|
8
8
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
9
9
|
"license": "AGPL-3",
|
|
10
10
|
"depends": ["project"],
|
|
11
11
|
"installable": True,
|
|
12
|
-
"auto_install": True,
|
|
13
12
|
"data": [
|
|
14
13
|
"views/project_tags_views.xml",
|
|
15
14
|
],
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Translation of Odoo Server.
|
|
2
|
+
# This file contains the translation of the following modules:
|
|
3
|
+
# * project_tag_hierarchy
|
|
4
|
+
#
|
|
5
|
+
msgid ""
|
|
6
|
+
msgstr ""
|
|
7
|
+
"Project-Id-Version: Odoo Server 16.0\n"
|
|
8
|
+
"Report-Msgid-Bugs-To: \n"
|
|
9
|
+
"PO-Revision-Date: 2024-10-21 10:06+0000\n"
|
|
10
|
+
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
11
|
+
"Language-Team: none\n"
|
|
12
|
+
"Language: it\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 5.6.2\n"
|
|
18
|
+
|
|
19
|
+
#. module: project_tag_hierarchy
|
|
20
|
+
#: model:ir.model.fields,field_description:project_tag_hierarchy.field_project_tags__child_ids
|
|
21
|
+
msgid "Child Tags"
|
|
22
|
+
msgstr "Etichette figlie"
|
|
23
|
+
|
|
24
|
+
#. module: project_tag_hierarchy
|
|
25
|
+
#: model:ir.model.fields,field_description:project_tag_hierarchy.field_project_tags__parent_path
|
|
26
|
+
msgid "Parent Path"
|
|
27
|
+
msgstr "Percorso padre"
|
|
28
|
+
|
|
29
|
+
#. module: project_tag_hierarchy
|
|
30
|
+
#: model:ir.model.fields,field_description:project_tag_hierarchy.field_project_tags__parent_id
|
|
31
|
+
msgid "Parent Tag"
|
|
32
|
+
msgstr "Etichetta padre"
|
|
33
|
+
|
|
34
|
+
#. module: project_tag_hierarchy
|
|
35
|
+
#: model:ir.model,name:project_tag_hierarchy.model_project_tags
|
|
36
|
+
msgid "Project Tags"
|
|
37
|
+
msgstr "Etichette progetto"
|
|
38
|
+
|
|
39
|
+
#. module: project_tag_hierarchy
|
|
40
|
+
#. odoo-python
|
|
41
|
+
#: code:addons/project_tag_hierarchy/models/project_tags.py:0
|
|
42
|
+
#, python-format
|
|
43
|
+
msgid "You can not create recursive tags."
|
|
44
|
+
msgstr "Non si possono creare etichette ricorsive."
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
5
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
6
|
-
<title>
|
|
6
|
+
<title>README.rst</title>
|
|
7
7
|
<style type="text/css">
|
|
8
8
|
|
|
9
9
|
/*
|
|
@@ -360,16 +360,21 @@ ul.auto-toc {
|
|
|
360
360
|
</style>
|
|
361
361
|
</head>
|
|
362
362
|
<body>
|
|
363
|
-
<div class="document"
|
|
364
|
-
<h1 class="title">Project Tag Hierarchy</h1>
|
|
363
|
+
<div class="document">
|
|
365
364
|
|
|
365
|
+
|
|
366
|
+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
|
|
367
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
|
|
368
|
+
</a>
|
|
369
|
+
<div class="section" id="project-tag-hierarchy">
|
|
370
|
+
<h1>Project Tag Hierarchy</h1>
|
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
373
|
!! changes will be overwritten. !!
|
|
369
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:57499644143ceb71397ff3ffdd68d1c0cd763321fa888af4cea2e85e9afacc83
|
|
371
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
372
|
-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/
|
|
377
|
+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/project/tree/16.0/project_tag_hierarchy"><img alt="OCA/project" src="https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_tag_hierarchy"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
378
|
<p>Hierarchy is added to the project labels.</p>
|
|
374
379
|
<p><strong>Table of contents</strong></p>
|
|
375
380
|
<div class="contents local topic" id="contents">
|
|
@@ -384,7 +389,7 @@ ul.auto-toc {
|
|
|
384
389
|
</ul>
|
|
385
390
|
</div>
|
|
386
391
|
<div class="section" id="bug-tracker">
|
|
387
|
-
<
|
|
392
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
|
|
388
393
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/project/issues">GitHub Issues</a>.
|
|
389
394
|
In case of trouble, please check there if your issue has already been reported.
|
|
390
395
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
@@ -392,15 +397,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
392
397
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
393
398
|
</div>
|
|
394
399
|
<div class="section" id="credits">
|
|
395
|
-
<
|
|
400
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
|
|
396
401
|
<div class="section" id="authors">
|
|
397
|
-
<
|
|
402
|
+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
|
|
398
403
|
<ul class="simple">
|
|
399
404
|
<li>Tecnativa</li>
|
|
400
405
|
</ul>
|
|
401
406
|
</div>
|
|
402
407
|
<div class="section" id="contributors">
|
|
403
|
-
<
|
|
408
|
+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
|
|
404
409
|
<ul class="simple">
|
|
405
410
|
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:
|
|
406
411
|
* Víctor Martínez
|
|
@@ -408,7 +413,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
408
413
|
</ul>
|
|
409
414
|
</div>
|
|
410
415
|
<div class="section" id="maintainers">
|
|
411
|
-
<
|
|
416
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
|
|
412
417
|
<p>This module is maintained by the OCA.</p>
|
|
413
418
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
414
419
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
@@ -423,5 +428,6 @@ promote its widespread use.</p>
|
|
|
423
428
|
</div>
|
|
424
429
|
</div>
|
|
425
430
|
</div>
|
|
431
|
+
</div>
|
|
426
432
|
</body>
|
|
427
433
|
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-project_tag_hierarchy
|
|
3
|
-
Version: 16.0.1.0.
|
|
3
|
+
Version: 16.0.1.0.1
|
|
4
4
|
Summary: Project Tag Hierarchy
|
|
5
5
|
Home-page: https://github.com/OCA/project
|
|
6
6
|
Author: Tecnativa, Odoo Community Association (OCA)
|
|
@@ -13,6 +13,10 @@ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
|
13
13
|
Requires-Python: >=3.10
|
|
14
14
|
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
15
15
|
|
|
16
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
17
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
18
|
+
:alt: Odoo Community Association
|
|
19
|
+
|
|
16
20
|
=====================
|
|
17
21
|
Project Tag Hierarchy
|
|
18
22
|
=====================
|
|
@@ -22,13 +26,13 @@ Project Tag Hierarchy
|
|
|
22
26
|
!! This file is generated by oca-gen-addon-readme !!
|
|
23
27
|
!! changes will be overwritten. !!
|
|
24
28
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
25
|
-
!! source digest: sha256:
|
|
29
|
+
!! source digest: sha256:57499644143ceb71397ff3ffdd68d1c0cd763321fa888af4cea2e85e9afacc83
|
|
26
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
31
|
|
|
28
32
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
29
33
|
:target: https://odoo-community.org/page/development-status
|
|
30
34
|
:alt: Beta
|
|
31
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
35
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
32
36
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
33
37
|
:alt: License: AGPL-3
|
|
34
38
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
odoo/addons/project_tag_hierarchy/README.rst,sha256=
|
|
1
|
+
odoo/addons/project_tag_hierarchy/README.rst,sha256=AjRVxfjCSa0D50PrOuR_TKM4dr5FA2kAukmIhpQnam4,3245
|
|
2
2
|
odoo/addons/project_tag_hierarchy/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
|
3
|
-
odoo/addons/project_tag_hierarchy/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/project_tag_hierarchy/__manifest__.py,sha256=qneXUNhY-pkFcmmRvC9S5Aoyf6cZ359cRMYNR2h5eZs,505
|
|
4
4
|
odoo/addons/project_tag_hierarchy/i18n/es.po,sha256=y6wbPoTTXKK9VB_Dk51do6okhS_T9DmzRFdwYgiAfxE,1392
|
|
5
|
+
odoo/addons/project_tag_hierarchy/i18n/it.po,sha256=kJqvZ1YRQxvq35gsdf_jrGhGXn_vwJmrcwTQrz-Zoe8,1418
|
|
5
6
|
odoo/addons/project_tag_hierarchy/i18n/project_tag_hierarchy.pot,sha256=CapsUzGHzuOR_4sUAcU2S87GZsw-BiyeGTy-d7KT8No,1155
|
|
6
7
|
odoo/addons/project_tag_hierarchy/models/__init__.py,sha256=xZrTfm-umLklFDZlDQ4aijPeaE5FDk3Ig2TRb_a3Ci8,92
|
|
7
8
|
odoo/addons/project_tag_hierarchy/models/project_tags.py,sha256=yIwBPJ5argmCf13EiKUPIN62yrGnVHHquhkjoeEZuIA,1085
|
|
8
9
|
odoo/addons/project_tag_hierarchy/readme/CONTRIBUTORS.rst,sha256=HZ3v8MUVfQFiXuM6PSRpBGPO7PmLPGJJt-K-YYvhzaU,85
|
|
9
10
|
odoo/addons/project_tag_hierarchy/readme/DESCRIPTION.rst,sha256=1SSCL7-0z-iHhpVzuMJ3uOQZnpcbfOOIMXrLt9AoiIY,42
|
|
10
11
|
odoo/addons/project_tag_hierarchy/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
11
|
-
odoo/addons/project_tag_hierarchy/static/description/index.html,sha256=
|
|
12
|
+
odoo/addons/project_tag_hierarchy/static/description/index.html,sha256=NJzVtzXTvHwX-TtdY20Ivisc3aOqnZiZi8tdL3pDTkc,12593
|
|
12
13
|
odoo/addons/project_tag_hierarchy/tests/__init__.py,sha256=bKUB6KtOSf1tc83R7Ft6n7DnGkPBMKx9_EEGHrvu4iY,153
|
|
13
14
|
odoo/addons/project_tag_hierarchy/tests/test_project_tag_hierarchy.py,sha256=8j_P65d_yrqqPKwUvkEsafO-EPFsRf3GRaKoR1TOHz4,940
|
|
14
15
|
odoo/addons/project_tag_hierarchy/views/project_tags_views.xml,sha256=Re64aMhQwjDisC1GSgiHQYjwHHrau4QiM8GCd61D5tc,891
|
|
15
|
-
odoo_addon_project_tag_hierarchy-16.0.1.0.
|
|
16
|
-
odoo_addon_project_tag_hierarchy-16.0.1.0.
|
|
17
|
-
odoo_addon_project_tag_hierarchy-16.0.1.0.
|
|
18
|
-
odoo_addon_project_tag_hierarchy-16.0.1.0.
|
|
16
|
+
odoo_addon_project_tag_hierarchy-16.0.1.0.1.dist-info/METADATA,sha256=g333W-ROD_V1Qrir_Lm5f676MCCuvP2U-j7ewQSi8OI,3756
|
|
17
|
+
odoo_addon_project_tag_hierarchy-16.0.1.0.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
18
|
+
odoo_addon_project_tag_hierarchy-16.0.1.0.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
19
|
+
odoo_addon_project_tag_hierarchy-16.0.1.0.1.dist-info/RECORD,,
|