From c5e1a49c98c539b4f17028daa6e9160f9af84612 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Wed, 19 Feb 2020 23:23:44 +0100 Subject: [PATCH] [MIG][12.0] web_widget_child_selector --- web_widget_child_selector/README.rst | 11 +++++----- web_widget_child_selector/__manifest__.py | 2 +- .../i18n/web_widget_child_selector.pot | 20 +++++++++++++++++++ .../static/description/index.html | 9 +++++---- .../static/src/js/widget_child_selector.js | 4 ---- .../static/src/xml/widget_child_selector.xml | 4 ++-- .../tests/test_widget_child_selector.py | 7 ++++--- 7 files changed, 38 insertions(+), 19 deletions(-) create mode 100644 web_widget_child_selector/i18n/web_widget_child_selector.pot diff --git a/web_widget_child_selector/README.rst b/web_widget_child_selector/README.rst index 02694bdee..19976ee18 100644 --- a/web_widget_child_selector/README.rst +++ b/web_widget_child_selector/README.rst @@ -14,13 +14,13 @@ Web Widget Child Selector :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/11.0/web_widget_child_selector + :target: https://github.com/OCA/web/tree/12.0/web_widget_child_selector :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_widget_child_selector + :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_child_selector :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/11.0 + :target: https://runbot.odoo-community.org/runbot/162/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -53,7 +53,7 @@ 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. @@ -69,6 +69,7 @@ Contributors ~~~~~~~~~~~~ * Enric Tobella +* Jaime Arroyo Maintainers ~~~~~~~~~~~ @@ -83,6 +84,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_widget_child_selector/__manifest__.py b/web_widget_child_selector/__manifest__.py index 5fc1932bc..a5802c76c 100644 --- a/web_widget_child_selector/__manifest__.py +++ b/web_widget_child_selector/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Web Widget Child Selector', 'summary': "Widget used for navigation on hierarchy fields", - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'author': 'Creu Blanca,Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/web', diff --git a/web_widget_child_selector/i18n/web_widget_child_selector.pot b/web_widget_child_selector/i18n/web_widget_child_selector.pot new file mode 100644 index 000000000..3768b322a --- /dev/null +++ b/web_widget_child_selector/i18n/web_widget_child_selector.pot @@ -0,0 +1,20 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * web_widget_child_selector +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: web_widget_child_selector +#: model:ir.model,name:web_widget_child_selector.model_base +msgid "Base" +msgstr "" + diff --git a/web_widget_child_selector/static/description/index.html b/web_widget_child_selector/static/description/index.html index cae6fbe17..4eb2b02f0 100644 --- a/web_widget_child_selector/static/description/index.html +++ b/web_widget_child_selector/static/description/index.html @@ -3,7 +3,7 @@ - + Web Widget Child Selector