From 285f47b7dcde5016ad0d47f3e5dfd6d3830e5539 Mon Sep 17 00:00:00 2001 From: Tran Thanh Phuc Date: Sun, 31 Jan 2021 12:29:12 +0700 Subject: [PATCH] [MIG] web_tree_image_tooltip: Migration to 13.0 --- web_tree_image_tooltip/README.rst | 15 ++++++--------- web_tree_image_tooltip/__manifest__.py | 6 +++--- web_tree_image_tooltip/i18n/es.po | 14 -------------- web_tree_image_tooltip/readme/CONTRIBUTORS.rst | 1 + .../static/description/index.html | 7 ++++--- 5 files changed, 14 insertions(+), 29 deletions(-) delete mode 100644 web_tree_image_tooltip/i18n/es.po diff --git a/web_tree_image_tooltip/README.rst b/web_tree_image_tooltip/README.rst index 45e52e5f4..b9bd796d7 100644 --- a/web_tree_image_tooltip/README.rst +++ b/web_tree_image_tooltip/README.rst @@ -14,13 +14,13 @@ Show images in tree views via tooltip :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/12.0/web_tree_image_tooltip + :target: https://github.com/OCA/web/tree/13.0/web_tree_image_tooltip :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_tree_image_tooltip + :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_tree_image_tooltip :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/12.0 + :target: https://runbot.odoo-community.org/runbot/162/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -28,7 +28,6 @@ Show images in tree views via tooltip This module defines a images and icons in tree view via Tooltip. Additionally, Default width with 30px. - **Table of contents** .. contents:: @@ -44,14 +43,13 @@ Usage Mouse Hover in tree view image that time Tooltip effect. - Bug Tracker =========== 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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -73,14 +71,13 @@ Contributors * Jay Vora * Meet Dholakia * Nikul Chaudhary - +* Phuc Tran Thanh Other credits ~~~~~~~~~~~~~ * Serpent Consulting Services Pvt. Ltd. - Maintainers ~~~~~~~~~~~ @@ -94,6 +91,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/web `_ project on GitHub. +This module is part of the `OCA/web `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/web_tree_image_tooltip/__manifest__.py b/web_tree_image_tooltip/__manifest__.py index 758879bf0..62a3aba9c 100644 --- a/web_tree_image_tooltip/__manifest__.py +++ b/web_tree_image_tooltip/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Show images in tree views via tooltip", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "author": "Therp BV, " "MONK Software, " "Odoo Community Association (OCA), " @@ -15,7 +15,7 @@ "website": "https://github.com/OCA/web", "license": "AGPL-3", "category": "Web", - "depends": ["web",], - "data": ["view/assets.xml",], + "depends": ["web"], + "data": ["view/assets.xml"], "installable": True, } diff --git a/web_tree_image_tooltip/i18n/es.po b/web_tree_image_tooltip/i18n/es.po deleted file mode 100644 index 7461f0845..000000000 --- a/web_tree_image_tooltip/i18n/es.po +++ /dev/null @@ -1,14 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0\n" -"Report-Msgid-Bugs-To: \n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"Language: es\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" diff --git a/web_tree_image_tooltip/readme/CONTRIBUTORS.rst b/web_tree_image_tooltip/readme/CONTRIBUTORS.rst index 91b1bd5c0..5b77e2c53 100644 --- a/web_tree_image_tooltip/readme/CONTRIBUTORS.rst +++ b/web_tree_image_tooltip/readme/CONTRIBUTORS.rst @@ -3,3 +3,4 @@ * Jay Vora * Meet Dholakia * Nikul Chaudhary +* Phuc Tran Thanh diff --git a/web_tree_image_tooltip/static/description/index.html b/web_tree_image_tooltip/static/description/index.html index 13e7293d9..08cba8d0b 100644 --- a/web_tree_image_tooltip/static/description/index.html +++ b/web_tree_image_tooltip/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runbot

This module defines a images and icons in tree view via Tooltip. Additionally, Default width with 30px.

Table of contents

@@ -398,7 +398,7 @@ Additionally, Default width with 30px.

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 smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -419,6 +419,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
  • Jay Vora <jay.vora@serpentcs.com>
  • Meet Dholakia <m.dholakia.serpentcs@gmail.com>
  • Nikul Chaudhary <nikul.chaudhary.serpentcs@gmail.com>
  • +
  • Phuc Tran Thanh <phuc@trobz.com>
  • @@ -434,7 +435,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

    OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

    -

    This module is part of the OCA/web project on GitHub.

    +

    This module is part of the OCA/web project on GitHub.

    You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.