Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -435,6 +430,5 @@ diff --git a/image_tag/README.rst b/image_tag/README.rst index 58498601a5..9e1f133d4e 100644 --- a/image_tag/README.rst +++ b/image_tag/README.rst @@ -1,7 +1,3 @@ -.. image:: https://odoo-community.org/readme-banner-image - :target: https://odoo-community.org/get-involved?utm_source=readme - :alt: Odoo Community Association - ========= Image Tag ========= @@ -17,7 +13,7 @@ Image Tag .. |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/license-AGPL--3-blue.png +.. |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%2Fstorage-lightgray.png?logo=github diff --git a/image_tag/__manifest__.py b/image_tag/__manifest__.py index 26cf67e95e..1c4c5a0bad 100644 --- a/image_tag/__manifest__.py +++ b/image_tag/__manifest__.py @@ -5,11 +5,11 @@ "name": "Image Tag", "summary": """ Image tag model""", - "version": "18.0.1.0.0", + "version": "18.0.1.0.1", "license": "AGPL-3", "author": "ACSONE SA/NV,Akretion,Odoo Community Association (OCA)", "website": "https://github.com/OCA/storage", - "depends": ["server_environment"], + "depends": ["base"], "data": [ "security/res_groups.xml", "security/image_tag.xml", diff --git a/image_tag/models/image_tag.py b/image_tag/models/image_tag.py index 86f255873d..847d4e1544 100644 --- a/image_tag/models/image_tag.py +++ b/image_tag/models/image_tag.py @@ -8,7 +8,6 @@ class ImageTag(models.Model): _name = "image.tag" - _inherit = ["server.env.techname.mixin"] _description = "Image Tag" @api.model diff --git a/image_tag/static/description/index.html b/image_tag/static/description/index.html index a643220ae0..f6d884e13c 100644 --- a/image_tag/static/description/index.html +++ b/image_tag/static/description/index.html @@ -3,7 +3,7 @@
-This addon provide only one basic model used to define image’s tags. These tags are used by other addons to enrich the image’s information of an image linked to an other model. The fs_product_multi_image addon use @@ -393,12 +388,12 @@
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -406,23 +401,23 @@
Do not contact contributors directly about support or help with technical issues.