odoo-addon-project-tag-hierarchy 18.0.1.0.0.3__py3-none-any.whl → 18.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/sv.po +43 -0
- odoo/addons/project_tag_hierarchy/static/description/index.html +16 -10
- {odoo_addon_project_tag_hierarchy-18.0.1.0.0.3.dist-info → odoo_addon_project_tag_hierarchy-18.0.1.0.1.dist-info}/METADATA +8 -3
- {odoo_addon_project_tag_hierarchy-18.0.1.0.0.3.dist-info → odoo_addon_project_tag_hierarchy-18.0.1.0.1.dist-info}/RECORD +8 -7
- {odoo_addon_project_tag_hierarchy-18.0.1.0.0.3.dist-info → odoo_addon_project_tag_hierarchy-18.0.1.0.1.dist-info}/WHEEL +1 -1
- {odoo_addon_project_tag_hierarchy-18.0.1.0.0.3.dist-info → odoo_addon_project_tag_hierarchy-18.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:b3f376747bc00612503681b09b50cd689c1a525e4f6f8150a9a2e0beeb214005
|
|
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": "18.0.1.0.
|
|
5
|
+
"version": "18.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,43 @@
|
|
|
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 18.0\n"
|
|
8
|
+
"Report-Msgid-Bugs-To: \n"
|
|
9
|
+
"PO-Revision-Date: 2025-10-07 12:42+0000\n"
|
|
10
|
+
"Last-Translator: jakobkrabbe <jakob@syscare.se>\n"
|
|
11
|
+
"Language-Team: none\n"
|
|
12
|
+
"Language: sv\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.10.4\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 "Underliggande taggar"
|
|
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 "Överliggande sökväg"
|
|
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 "Överliggande taggar"
|
|
33
|
+
|
|
34
|
+
#. module: project_tag_hierarchy
|
|
35
|
+
#: model:ir.model,name:project_tag_hierarchy.model_project_tags
|
|
36
|
+
msgid "Project Tags"
|
|
37
|
+
msgstr "Projekttaggar"
|
|
38
|
+
|
|
39
|
+
#. module: project_tag_hierarchy
|
|
40
|
+
#. odoo-python
|
|
41
|
+
#: code:addons/project_tag_hierarchy/models/project_tags.py:0
|
|
42
|
+
msgid "You can not create recursive tags."
|
|
43
|
+
msgstr "Du kan inte skapa rekursiva taggar."
|
|
@@ -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:b3f376747bc00612503681b09b50cd689c1a525e4f6f8150a9a2e0beeb214005
|
|
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/18.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-18-0/project-18-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=18.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>:<ul>
|
|
406
411
|
<li>Víctor Martínez</li>
|
|
@@ -410,7 +415,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
410
415
|
</ul>
|
|
411
416
|
</div>
|
|
412
417
|
<div class="section" id="maintainers">
|
|
413
|
-
<
|
|
418
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h3>
|
|
414
419
|
<p>This module is maintained by the OCA.</p>
|
|
415
420
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
416
421
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
@@ -425,5 +430,6 @@ promote its widespread use.</p>
|
|
|
425
430
|
</div>
|
|
426
431
|
</div>
|
|
427
432
|
</div>
|
|
433
|
+
</div>
|
|
428
434
|
</body>
|
|
429
435
|
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-project_tag_hierarchy
|
|
3
|
-
Version: 18.0.1.0.
|
|
3
|
+
Version: 18.0.1.0.1
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
5
|
Requires-Dist: odoo==18.0.*
|
|
6
6
|
Summary: Project Tag Hierarchy
|
|
@@ -12,6 +12,11 @@ Classifier: Programming Language :: Python
|
|
|
12
12
|
Classifier: Framework :: Odoo
|
|
13
13
|
Classifier: Framework :: Odoo :: 18.0
|
|
14
14
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
15
|
+
Description-Content-Type: text/x-rst
|
|
16
|
+
|
|
17
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
18
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
19
|
+
:alt: Odoo Community Association
|
|
15
20
|
|
|
16
21
|
=====================
|
|
17
22
|
Project Tag Hierarchy
|
|
@@ -22,13 +27,13 @@ Project Tag Hierarchy
|
|
|
22
27
|
!! This file is generated by oca-gen-addon-readme !!
|
|
23
28
|
!! changes will be overwritten. !!
|
|
24
29
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
25
|
-
!! source digest: sha256:
|
|
30
|
+
!! source digest: sha256:b3f376747bc00612503681b09b50cd689c1a525e4f6f8150a9a2e0beeb214005
|
|
26
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
32
|
|
|
28
33
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
29
34
|
:target: https://odoo-community.org/page/development-status
|
|
30
35
|
:alt: Beta
|
|
31
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
36
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
32
37
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
33
38
|
:alt: License: AGPL-3
|
|
34
39
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
odoo/addons/project_tag_hierarchy/README.rst,sha256=
|
|
1
|
+
odoo/addons/project_tag_hierarchy/README.rst,sha256=VWm2EvUVOX3gEiKUHinqCh0cGTy7RtllRmkIqgeUtD8,3247
|
|
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=OQMyPLcIY4ASwBzzgNVxCLzbLW3QKnUXjdHBqfoL1l8,505
|
|
4
4
|
odoo/addons/project_tag_hierarchy/i18n/es.po,sha256=y6wbPoTTXKK9VB_Dk51do6okhS_T9DmzRFdwYgiAfxE,1392
|
|
5
5
|
odoo/addons/project_tag_hierarchy/i18n/it.po,sha256=kJqvZ1YRQxvq35gsdf_jrGhGXn_vwJmrcwTQrz-Zoe8,1418
|
|
6
6
|
odoo/addons/project_tag_hierarchy/i18n/project_tag_hierarchy.pot,sha256=2S7NaIrF-VID67hLVMxRI5kRKlHWw_Eny0W8JtFhAaE,1138
|
|
7
7
|
odoo/addons/project_tag_hierarchy/i18n/pt_BR.po,sha256=EsLxfee8hSgzoIpWEbqDdf4RumgTTfwPQU6YONira1M,1210
|
|
8
|
+
odoo/addons/project_tag_hierarchy/i18n/sv.po,sha256=ORPsT8VT5VBJbkbnfMebI7CK3sj1dnWTFmAERHz_i8I,1401
|
|
8
9
|
odoo/addons/project_tag_hierarchy/models/__init__.py,sha256=xZrTfm-umLklFDZlDQ4aijPeaE5FDk3Ig2TRb_a3Ci8,92
|
|
9
10
|
odoo/addons/project_tag_hierarchy/models/project_tags.py,sha256=5_lLAAgOWSVvWBULJah90QLNGqw1UsZ82bK5-gNJkRw,1076
|
|
10
11
|
odoo/addons/project_tag_hierarchy/readme/CONTRIBUTORS.md,sha256=7B3TJAW9bVCbc9-u4HKUamqJSM0J1p_Z_47T3M3uXxE,83
|
|
11
12
|
odoo/addons/project_tag_hierarchy/readme/DESCRIPTION.md,sha256=1SSCL7-0z-iHhpVzuMJ3uOQZnpcbfOOIMXrLt9AoiIY,42
|
|
12
13
|
odoo/addons/project_tag_hierarchy/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
13
|
-
odoo/addons/project_tag_hierarchy/static/description/index.html,sha256=
|
|
14
|
+
odoo/addons/project_tag_hierarchy/static/description/index.html,sha256=T6QH2xk5zfoFxNVYATUbrDoRVeC_8n7-9REr0VwXaJA,12618
|
|
14
15
|
odoo/addons/project_tag_hierarchy/tests/__init__.py,sha256=bKUB6KtOSf1tc83R7Ft6n7DnGkPBMKx9_EEGHrvu4iY,153
|
|
15
16
|
odoo/addons/project_tag_hierarchy/tests/test_project_tag_hierarchy.py,sha256=rpUkcx3FBEdmqmfLyoAg1ogijr1Fa5c0g6J9DJiFzsI,837
|
|
16
17
|
odoo/addons/project_tag_hierarchy/views/project_tags_views.xml,sha256=Re64aMhQwjDisC1GSgiHQYjwHHrau4QiM8GCd61D5tc,891
|
|
17
|
-
odoo_addon_project_tag_hierarchy-18.0.1.0.
|
|
18
|
-
odoo_addon_project_tag_hierarchy-18.0.1.0.
|
|
19
|
-
odoo_addon_project_tag_hierarchy-18.0.1.0.
|
|
20
|
-
odoo_addon_project_tag_hierarchy-18.0.1.0.
|
|
18
|
+
odoo_addon_project_tag_hierarchy-18.0.1.0.1.dist-info/METADATA,sha256=WO4InvF5yFK0BsTyidxMgorWlAf7Mh2CJ5awDsG8W74,3787
|
|
19
|
+
odoo_addon_project_tag_hierarchy-18.0.1.0.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
20
|
+
odoo_addon_project_tag_hierarchy-18.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
21
|
+
odoo_addon_project_tag_hierarchy-18.0.1.0.1.dist-info/RECORD,,
|