From d48de150b220740e20fa2c12ecde1c4733e92059 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 25 Jul 2023 17:31:46 +0200 Subject: [PATCH] [IMP] web_widget_open_tab: Add ROADMAP According https://github.com/OCA/web/pull/2453#issuecomment-1625646345 --- web_widget_open_tab/README.rst | 20 ++++++--- web_widget_open_tab/i18n/ca.po | 26 +++++++---- web_widget_open_tab/readme/ROADMAP.rst | 1 + .../static/description/index.html | 45 +++++++++++-------- 4 files changed, 59 insertions(+), 33 deletions(-) create mode 100644 web_widget_open_tab/readme/ROADMAP.rst diff --git a/web_widget_open_tab/README.rst b/web_widget_open_tab/README.rst index 4d65c054f..bd92d9063 100644 --- a/web_widget_open_tab/README.rst +++ b/web_widget_open_tab/README.rst @@ -2,10 +2,13 @@ Widget Open on new Tab ====================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:253cc0a593e877d97926c666e3e8a96f13bebefc8a4c8347856585cd928551aa + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -19,11 +22,11 @@ Widget Open on new Tab .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png :target: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_open_tab :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/16.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This addon introduces a new widget. When added to a field in a tree view, the field appears as a button which opens the record in a new tab. @@ -45,12 +48,17 @@ Edit the tree view and add the widget as the first field, usually, we should use You can open the record in a new tab when clicking with the mouse wheel on the external link icon. On a usual click the record will be opened without changes (keeping the breadcrumbs). +Known issues / Roadmap +====================== + +- Add many2one fields support. + 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 +If you spotted it first, help us to smash it by providing a detailed and welcomed `feedback `_. Do not contact contributors directly about support or help with technical issues. diff --git a/web_widget_open_tab/i18n/ca.po b/web_widget_open_tab/i18n/ca.po index 0a6629e87..21f0e7c0b 100644 --- a/web_widget_open_tab/i18n/ca.po +++ b/web_widget_open_tab/i18n/ca.po @@ -1,6 +1,6 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * web_widget_open_tab +# * web_widget_open_tab # msgid "" msgstr "" @@ -17,15 +17,23 @@ msgstr "" "X-Generator: Weblate 4.3.2\n" #. module: web_widget_open_tab -#. openerp-web -#: code:addons/web_widget_open_tab/static/src/js/widget.js:47 +#. odoo-javascript +#: code:addons/web_widget_open_tab/static/src/js/open_tab_widget.esm.js:0 #, python-format -msgid "Click in order to open on new tab" -msgstr "Feu clic per obrir la pestanya nova" +msgid "Click to open on new tab" +msgstr "" #. module: web_widget_open_tab -#. openerp-web -#: code:addons/web_widget_open_tab/static/src/js/widget.js:48 +#. odoo-javascript +#: code:addons/web_widget_open_tab/static/src/js/open_tab_widget.esm.js:0 #, python-format -msgid "Widget" -msgstr "Widget" +msgid "Open Tab" +msgstr "" + +#, python-format +#~ msgid "Click in order to open on new tab" +#~ msgstr "Feu clic per obrir la pestanya nova" + +#, python-format +#~ msgid "Widget" +#~ msgstr "Widget" diff --git a/web_widget_open_tab/readme/ROADMAP.rst b/web_widget_open_tab/readme/ROADMAP.rst new file mode 100644 index 000000000..85444f1b2 --- /dev/null +++ b/web_widget_open_tab/readme/ROADMAP.rst @@ -0,0 +1 @@ +- Add many2one fields support. diff --git a/web_widget_open_tab/static/description/index.html b/web_widget_open_tab/static/description/index.html index 1976cd8d7..c52e8a9e3 100644 --- a/web_widget_open_tab/static/description/index.html +++ b/web_widget_open_tab/static/description/index.html @@ -1,20 +1,20 @@ - + - + Widget Open on new Tab