diff --git a/web_widget_url_advanced/README.rst b/web_widget_url_advanced/README.rst index 8bee5c8f0..b6271bd5e 100644 --- a/web_widget_url_advanced/README.rst +++ b/web_widget_url_advanced/README.rst @@ -14,13 +14,13 @@ Web URL widget advanced :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-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_url_advanced + :target: https://github.com/OCA/web/tree/12.0/web_widget_url_advanced :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_url_advanced + :target: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_url_advanced :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| @@ -61,12 +61,18 @@ if you want to display the website link with partner's name as anchor you can do This is going to change the rendering from -.. figure:: https://raw.githubusercontent.com/OCA/web/11.0/web_widget_url_advanced/static/description/before.png +.. figure:: https://raw.githubusercontent.com/OCA/web/12.0/web_widget_url_advanced/static/description/before.png to -.. figure:: https://raw.githubusercontent.com/OCA/web/11.0/web_widget_url_advanced/static/description/after.png +.. figure:: https://raw.githubusercontent.com/OCA/web/12.0/web_widget_url_advanced/static/description/after.png + +Known issues / Roadmap +====================== + +* ```` is not supported in tree views. + Bug Tracker =========== @@ -74,7 +80,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. @@ -90,6 +96,7 @@ Contributors ~~~~~~~~~~~~ * Simone Orsi +* Alexey Pelykh Maintainers ~~~~~~~~~~~ @@ -104,6 +111,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_url_advanced/__manifest__.py b/web_widget_url_advanced/__manifest__.py index 61cf22860..0873e094d 100644 --- a/web_widget_url_advanced/__manifest__.py +++ b/web_widget_url_advanced/__manifest__.py @@ -5,7 +5,7 @@ "summary": "This module extends URL widget " "for displaying anchors with custom labels.", "category": "Web", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "license": "LGPL-3", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/web/", diff --git a/web_widget_url_advanced/readme/CONTRIBUTORS.rst b/web_widget_url_advanced/readme/CONTRIBUTORS.rst index e8b01820b..7181ef36a 100644 --- a/web_widget_url_advanced/readme/CONTRIBUTORS.rst +++ b/web_widget_url_advanced/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ -* Simone Orsi \ No newline at end of file +* Simone Orsi +* Alexey Pelykh diff --git a/web_widget_url_advanced/readme/ROADMAP.rst b/web_widget_url_advanced/readme/ROADMAP.rst new file mode 100644 index 000000000..cfe086fae --- /dev/null +++ b/web_widget_url_advanced/readme/ROADMAP.rst @@ -0,0 +1,2 @@ +* ```` is not supported in tree views. + \ No newline at end of file diff --git a/web_widget_url_advanced/static/description/index.html b/web_widget_url_advanced/static/description/index.html index e37d03905..cefc784b1 100644 --- a/web_widget_url_advanced/static/description/index.html +++ b/web_widget_url_advanced/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: LGPL-3 OCA/web Translate me on Weblate Try me on Runbot

+

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

Extend URL widget features to ease customization of anchor’s text.

By default the URL widget will show the plain URL. You can specify an attribute text to provide a static label too.

@@ -376,11 +376,12 @@ You can specify an attribute text to provide a static label too.