odoo-addon-project-tag-hierarchy 16.0.1.0.1__py3-none-any.whl → 17.0.1.0.0.2__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.
@@ -11,7 +11,7 @@ Project Tag Hierarchy
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:57499644143ceb71397ff3ffdd68d1c0cd763321fa888af4cea2e85e9afacc83
14
+ !! source digest: sha256:5b46163e98289c2d86434a161bab8ef46d3358c90a16a5f06ede4833fceb3cf5
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -21,13 +21,13 @@ Project Tag Hierarchy
21
21
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
22
22
  :alt: License: AGPL-3
23
23
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github
24
- :target: https://github.com/OCA/project/tree/16.0/project_tag_hierarchy
24
+ :target: https://github.com/OCA/project/tree/17.0/project_tag_hierarchy
25
25
  :alt: OCA/project
26
26
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
27
- :target: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_tag_hierarchy
27
+ :target: https://translation.odoo-community.org/projects/project-17-0/project-17-0-project_tag_hierarchy
28
28
  :alt: Translate me on Weblate
29
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=16.0
30
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=17.0
31
31
  :alt: Try me on Runboat
32
32
 
33
33
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -45,7 +45,7 @@ Bug Tracker
45
45
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/project/issues>`_.
46
46
  In case of trouble, please check there if your issue has already been reported.
47
47
  If you spotted it first, help us to smash it by providing a detailed and welcomed
48
- `feedback <https://github.com/OCA/project/issues/new?body=module:%20project_tag_hierarchy%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
48
+ `feedback <https://github.com/OCA/project/issues/new?body=module:%20project_tag_hierarchy%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
49
49
 
50
50
  Do not contact contributors directly about support or help with technical issues.
51
51
 
@@ -53,19 +53,20 @@ Credits
53
53
  =======
54
54
 
55
55
  Authors
56
- ~~~~~~~
56
+ -------
57
57
 
58
58
  * Tecnativa
59
59
 
60
60
  Contributors
61
- ~~~~~~~~~~~~
61
+ ------------
62
62
 
63
- * `Tecnativa <https://www.tecnativa.com>`_:
64
- * Víctor Martínez
65
- * Pedro M. Baeza
63
+ - `Tecnativa <https://www.tecnativa.com>`__:
64
+
65
+ - Víctor Martínez
66
+ - Pedro M. Baeza
66
67
 
67
68
  Maintainers
68
- ~~~~~~~~~~~
69
+ -----------
69
70
 
70
71
  This module is maintained by the OCA.
71
72
 
@@ -85,6 +86,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
85
86
 
86
87
  |maintainer-victoralmau|
87
88
 
88
- This module is part of the `OCA/project <https://github.com/OCA/project/tree/16.0/project_tag_hierarchy>`_ project on GitHub.
89
+ This module is part of the `OCA/project <https://github.com/OCA/project/tree/17.0/project_tag_hierarchy>`_ project on GitHub.
89
90
 
90
91
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -2,7 +2,7 @@
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.1",
5
+ "version": "17.0.1.0.0",
6
6
  "category": "Project Management",
7
7
  "website": "https://github.com/OCA/project",
8
8
  "author": "Tecnativa, Odoo Community Association (OCA)",
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: Odoo Server 16.0\n"
7
+ "Project-Id-Version: Odoo Server 17.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "Last-Translator: \n"
10
10
  "Language-Team: \n"
@@ -32,10 +32,3 @@ msgstr ""
32
32
  #: model:ir.model,name:project_tag_hierarchy.model_project_tags
33
33
  msgid "Project Tags"
34
34
  msgstr ""
35
-
36
- #. module: project_tag_hierarchy
37
- #. odoo-python
38
- #: code:addons/project_tag_hierarchy/models/project_tags.py:0
39
- #, python-format
40
- msgid "You can not create recursive tags."
41
- msgstr ""
@@ -1,7 +1,6 @@
1
1
  # Copyright 2024 Tecnativa - Víctor Martínez
2
2
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
3
- from odoo import _, api, fields, models
4
- from odoo.exceptions import ValidationError
3
+ from odoo import api, fields, models
5
4
 
6
5
 
7
6
  class ProjectTags(models.Model):
@@ -16,18 +15,12 @@ class ProjectTags(models.Model):
16
15
  )
17
16
  parent_path = fields.Char(index=True, unaccent=False)
18
17
 
19
- def name_get(self):
20
- res = []
18
+ @api.depends("name", "parent_id")
19
+ def _compute_display_name(self):
21
20
  for tag in self:
22
21
  names = []
23
22
  current = tag
24
23
  while current:
25
24
  names.append(current.name)
26
25
  current = current.parent_id
27
- res.append((tag.id, " / ".join(reversed(names))))
28
- return res
29
-
30
- @api.constrains("parent_id")
31
- def _check_parent_id(self):
32
- if not self._check_recursion():
33
- raise ValidationError(_("You can not create recursive tags."))
26
+ tag.display_name = " / ".join(reversed(names))
@@ -0,0 +1,3 @@
1
+ - [Tecnativa](https://www.tecnativa.com):
2
+ - Víctor Martínez
3
+ - Pedro M. Baeza
@@ -372,9 +372,9 @@ ul.auto-toc {
372
372
  !! This file is generated by oca-gen-addon-readme !!
373
373
  !! changes will be overwritten. !!
374
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
- !! source digest: sha256:57499644143ceb71397ff3ffdd68d1c0cd763321fa888af4cea2e85e9afacc83
375
+ !! source digest: sha256:5b46163e98289c2d86434a161bab8ef46d3358c90a16a5f06ede4833fceb3cf5
376
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
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/17.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-17-0/project-17-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&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378
378
  <p>Hierarchy is added to the project labels.</p>
379
379
  <p><strong>Table of contents</strong></p>
380
380
  <div class="contents local topic" id="contents">
@@ -393,7 +393,7 @@ ul.auto-toc {
393
393
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/project/issues">GitHub Issues</a>.
394
394
  In case of trouble, please check there if your issue has already been reported.
395
395
  If you spotted it first, help us to smash it by providing a detailed and welcomed
396
- <a class="reference external" href="https://github.com/OCA/project/issues/new?body=module:%20project_tag_hierarchy%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
396
+ <a class="reference external" href="https://github.com/OCA/project/issues/new?body=module:%20project_tag_hierarchy%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
397
397
  <p>Do not contact contributors directly about support or help with technical issues.</p>
398
398
  </div>
399
399
  <div class="section" id="credits">
@@ -407,9 +407,11 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
407
407
  <div class="section" id="contributors">
408
408
  <h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
409
409
  <ul class="simple">
410
- <li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:
411
- * Víctor Martínez
412
- * Pedro M. Baeza</li>
410
+ <li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
411
+ <li>Víctor Martínez</li>
412
+ <li>Pedro M. Baeza</li>
413
+ </ul>
414
+ </li>
413
415
  </ul>
414
416
  </div>
415
417
  <div class="section" id="maintainers">
@@ -423,7 +425,7 @@ mission is to support the collaborative development of Odoo features and
423
425
  promote its widespread use.</p>
424
426
  <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
425
427
  <p><a class="reference external image-reference" href="https://github.com/victoralmau"><img alt="victoralmau" src="https://github.com/victoralmau.png?size=40px" /></a></p>
426
- <p>This module is part of the <a class="reference external" href="https://github.com/OCA/project/tree/16.0/project_tag_hierarchy">OCA/project</a> project on GitHub.</p>
428
+ <p>This module is part of the <a class="reference external" href="https://github.com/OCA/project/tree/17.0/project_tag_hierarchy">OCA/project</a> project on GitHub.</p>
427
429
  <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
428
430
  </div>
429
431
  </div>
@@ -1,10 +1,14 @@
1
1
  # Copyright 2024 Tecnativa - Víctor Martínez
2
2
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
3
3
 
4
- from odoo.addons.base.tests.common import BaseCommon
4
+ from odoo.exceptions import UserError
5
+ from odoo.tests import tagged
5
6
 
7
+ from odoo.addons.base.tests.common import TransactionCase
6
8
 
7
- class TestProjectTagHierarchy(BaseCommon):
9
+
10
+ @tagged("post_install", "-at_install")
11
+ class TestProjectTagHierarchy(TransactionCase):
8
12
  @classmethod
9
13
  def setUpClass(cls):
10
14
  super().setUpClass()
@@ -16,10 +20,11 @@ class TestProjectTagHierarchy(BaseCommon):
16
20
  {"name": "Tag 3", "parent_id": cls.tag_2.id}
17
21
  )
18
22
 
19
- def test_project_tag_name_get(self):
20
- tag_1_name = self.tag_1.name_get()
21
- self.assertEqual(tag_1_name[0][1], "Tag 1")
22
- tag_2_name = self.tag_2.name_get()
23
- self.assertEqual(tag_2_name[0][1], "Tag 1 / Tag 2")
24
- tag_3_name = self.tag_3.name_get()
25
- self.assertEqual(tag_3_name[0][1], "Tag 1 / Tag 2 / Tag 3")
23
+ def test_project_tag_display_name(self):
24
+ self.assertEqual(self.tag_1.display_name, "Tag 1")
25
+ self.assertEqual(self.tag_2.display_name, "Tag 1 / Tag 2")
26
+ self.assertEqual(self.tag_3.display_name, "Tag 1 / Tag 2 / Tag 3")
27
+
28
+ def test_project_tag_recursion(self):
29
+ with self.assertRaises(UserError):
30
+ self.tag_1.parent_id = self.tag_3
@@ -1,17 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-project_tag_hierarchy
3
- Version: 16.0.1.0.1
3
+ Version: 17.0.1.0.0.2
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo>=17.0a,<17.1dev
4
6
  Summary: Project Tag Hierarchy
5
7
  Home-page: https://github.com/OCA/project
8
+ License: AGPL-3
6
9
  Author: Tecnativa, Odoo Community Association (OCA)
7
10
  Author-email: support@odoo-community.org
8
- License: AGPL-3
9
11
  Classifier: Programming Language :: Python
10
12
  Classifier: Framework :: Odoo
11
- Classifier: Framework :: Odoo :: 16.0
13
+ Classifier: Framework :: Odoo :: 17.0
12
14
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
13
- Requires-Python: >=3.10
14
- Requires-Dist: odoo<16.1dev,>=16.0a
15
+ Description-Content-Type: text/x-rst
15
16
 
16
17
  .. image:: https://odoo-community.org/readme-banner-image
17
18
  :target: https://odoo-community.org/get-involved?utm_source=readme
@@ -26,7 +27,7 @@ Project Tag Hierarchy
26
27
  !! This file is generated by oca-gen-addon-readme !!
27
28
  !! changes will be overwritten. !!
28
29
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
- !! source digest: sha256:57499644143ceb71397ff3ffdd68d1c0cd763321fa888af4cea2e85e9afacc83
30
+ !! source digest: sha256:5b46163e98289c2d86434a161bab8ef46d3358c90a16a5f06ede4833fceb3cf5
30
31
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
31
32
 
32
33
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -36,13 +37,13 @@ Project Tag Hierarchy
36
37
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
37
38
  :alt: License: AGPL-3
38
39
  .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject-lightgray.png?logo=github
39
- :target: https://github.com/OCA/project/tree/16.0/project_tag_hierarchy
40
+ :target: https://github.com/OCA/project/tree/17.0/project_tag_hierarchy
40
41
  :alt: OCA/project
41
42
  .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
42
- :target: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_tag_hierarchy
43
+ :target: https://translation.odoo-community.org/projects/project-17-0/project-17-0-project_tag_hierarchy
43
44
  :alt: Translate me on Weblate
44
45
  .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
45
- :target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=16.0
46
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/project&target_branch=17.0
46
47
  :alt: Try me on Runboat
47
48
 
48
49
  |badge1| |badge2| |badge3| |badge4| |badge5|
@@ -60,7 +61,7 @@ Bug Tracker
60
61
  Bugs are tracked on `GitHub Issues <https://github.com/OCA/project/issues>`_.
61
62
  In case of trouble, please check there if your issue has already been reported.
62
63
  If you spotted it first, help us to smash it by providing a detailed and welcomed
63
- `feedback <https://github.com/OCA/project/issues/new?body=module:%20project_tag_hierarchy%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
64
+ `feedback <https://github.com/OCA/project/issues/new?body=module:%20project_tag_hierarchy%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
64
65
 
65
66
  Do not contact contributors directly about support or help with technical issues.
66
67
 
@@ -68,19 +69,20 @@ Credits
68
69
  =======
69
70
 
70
71
  Authors
71
- ~~~~~~~
72
+ -------
72
73
 
73
74
  * Tecnativa
74
75
 
75
76
  Contributors
76
- ~~~~~~~~~~~~
77
+ ------------
78
+
79
+ - `Tecnativa <https://www.tecnativa.com>`__:
77
80
 
78
- * `Tecnativa <https://www.tecnativa.com>`_:
79
- * Víctor Martínez
80
- * Pedro M. Baeza
81
+ - Víctor Martínez
82
+ - Pedro M. Baeza
81
83
 
82
84
  Maintainers
83
- ~~~~~~~~~~~
85
+ -----------
84
86
 
85
87
  This module is maintained by the OCA.
86
88
 
@@ -100,6 +102,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
100
102
 
101
103
  |maintainer-victoralmau|
102
104
 
103
- This module is part of the `OCA/project <https://github.com/OCA/project/tree/16.0/project_tag_hierarchy>`_ project on GitHub.
105
+ This module is part of the `OCA/project <https://github.com/OCA/project/tree/17.0/project_tag_hierarchy>`_ project on GitHub.
104
106
 
105
107
  You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
@@ -0,0 +1,19 @@
1
+ odoo/addons/project_tag_hierarchy/README.rst,sha256=QW1w6Bm228H5KX75A3B94A4Pg1NS93UEAlPd5hyxtso,3247
2
+ odoo/addons/project_tag_hierarchy/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
+ odoo/addons/project_tag_hierarchy/__manifest__.py,sha256=xfcVFS2p_U5VXDhmunZBQfHB3vmG2dQBUIQsE9oWtLo,505
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
6
+ odoo/addons/project_tag_hierarchy/i18n/project_tag_hierarchy.pot,sha256=J_9GhdTHbTgHuAoSl2OHtCLG0wCoANDZprii6SANBoY,974
7
+ odoo/addons/project_tag_hierarchy/models/__init__.py,sha256=xZrTfm-umLklFDZlDQ4aijPeaE5FDk3Ig2TRb_a3Ci8,92
8
+ odoo/addons/project_tag_hierarchy/models/project_tags.py,sha256=MxJTHEFsac2fFjLSlaj9IBIOE_zIqENtq8O1WlNIzmk,869
9
+ odoo/addons/project_tag_hierarchy/readme/CONTRIBUTORS.md,sha256=7B3TJAW9bVCbc9-u4HKUamqJSM0J1p_Z_47T3M3uXxE,83
10
+ odoo/addons/project_tag_hierarchy/readme/DESCRIPTION.md,sha256=1SSCL7-0z-iHhpVzuMJ3uOQZnpcbfOOIMXrLt9AoiIY,42
11
+ odoo/addons/project_tag_hierarchy/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
12
+ odoo/addons/project_tag_hierarchy/static/description/index.html,sha256=PePzLSl-NI0rnnnqt_pamE2P5rvOwl3dJ17nxcIHtx8,12618
13
+ odoo/addons/project_tag_hierarchy/tests/__init__.py,sha256=bKUB6KtOSf1tc83R7Ft6n7DnGkPBMKx9_EEGHrvu4iY,153
14
+ odoo/addons/project_tag_hierarchy/tests/test_project_tag_hierarchy.py,sha256=yjoIN-hrkYbqgCgtRBm6qXF_VPabp6_v633u5Pq9gdw,1086
15
+ odoo/addons/project_tag_hierarchy/views/project_tags_views.xml,sha256=Re64aMhQwjDisC1GSgiHQYjwHHrau4QiM8GCd61D5tc,891
16
+ odoo_addon_project_tag_hierarchy-17.0.1.0.0.2.dist-info/METADATA,sha256=z1C7aW4bdHVNJkR5EJ9i8hiK-VddCTw6vzcDiAq67DI,3797
17
+ odoo_addon_project_tag_hierarchy-17.0.1.0.0.2.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
18
+ odoo_addon_project_tag_hierarchy-17.0.1.0.0.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
19
+ odoo_addon_project_tag_hierarchy-17.0.1.0.0.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: Whool 1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,3 +0,0 @@
1
- * `Tecnativa <https://www.tecnativa.com>`_:
2
- * Víctor Martínez
3
- * Pedro M. Baeza
@@ -1,19 +0,0 @@
1
- odoo/addons/project_tag_hierarchy/README.rst,sha256=AjRVxfjCSa0D50PrOuR_TKM4dr5FA2kAukmIhpQnam4,3245
2
- odoo/addons/project_tag_hierarchy/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
- odoo/addons/project_tag_hierarchy/__manifest__.py,sha256=qneXUNhY-pkFcmmRvC9S5Aoyf6cZ359cRMYNR2h5eZs,505
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
6
- odoo/addons/project_tag_hierarchy/i18n/project_tag_hierarchy.pot,sha256=CapsUzGHzuOR_4sUAcU2S87GZsw-BiyeGTy-d7KT8No,1155
7
- odoo/addons/project_tag_hierarchy/models/__init__.py,sha256=xZrTfm-umLklFDZlDQ4aijPeaE5FDk3Ig2TRb_a3Ci8,92
8
- odoo/addons/project_tag_hierarchy/models/project_tags.py,sha256=yIwBPJ5argmCf13EiKUPIN62yrGnVHHquhkjoeEZuIA,1085
9
- odoo/addons/project_tag_hierarchy/readme/CONTRIBUTORS.rst,sha256=HZ3v8MUVfQFiXuM6PSRpBGPO7PmLPGJJt-K-YYvhzaU,85
10
- odoo/addons/project_tag_hierarchy/readme/DESCRIPTION.rst,sha256=1SSCL7-0z-iHhpVzuMJ3uOQZnpcbfOOIMXrLt9AoiIY,42
11
- odoo/addons/project_tag_hierarchy/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
12
- odoo/addons/project_tag_hierarchy/static/description/index.html,sha256=NJzVtzXTvHwX-TtdY20Ivisc3aOqnZiZi8tdL3pDTkc,12593
13
- odoo/addons/project_tag_hierarchy/tests/__init__.py,sha256=bKUB6KtOSf1tc83R7Ft6n7DnGkPBMKx9_EEGHrvu4iY,153
14
- odoo/addons/project_tag_hierarchy/tests/test_project_tag_hierarchy.py,sha256=8j_P65d_yrqqPKwUvkEsafO-EPFsRf3GRaKoR1TOHz4,940
15
- odoo/addons/project_tag_hierarchy/views/project_tags_views.xml,sha256=Re64aMhQwjDisC1GSgiHQYjwHHrau4QiM8GCd61D5tc,891
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,,