Skip to content

Commit 066cc1d

Browse files
committed
[MIG] web_widget_open_tab: Migration to 18.0
1 parent 998a017 commit 066cc1d

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

web_widget_open_tab/README.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Widget Open on new Tab
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
20-
:target: https://github.com/OCA/web/tree/17.0/web_widget_open_tab
20+
:target: https://github.com/OCA/web/tree/18.0/web_widget_open_tab
2121
:alt: OCA/web
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_widget_open_tab
23+
:target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_open_tab
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -58,15 +58,15 @@ exists, otherwise at the beginning of the tree.
5858
Known issues / Roadmap
5959
======================
6060

61-
- Add many2one fields support.
61+
- Add many2one fields support.
6262

6363
Bug Tracker
6464
===========
6565

6666
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
6767
In case of trouble, please check there if your issue has already been reported.
6868
If you spotted it first, help us to smash it by providing a detailed and welcomed
69-
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_widget_open_tab%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
69+
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_widget_open_tab%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
7070

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

@@ -81,12 +81,12 @@ Authors
8181
Contributors
8282
------------
8383

84-
- Enric Tobella <[email protected]>
85-
- Raf Ven <[email protected]>
86-
- Dhara Solanki <[email protected]>
87-
- `Quartile <https://www.quartile.co>`__:
84+
- Enric Tobella <[email protected]>
85+
- Raf Ven <[email protected]>
86+
- Dhara Solanki <[email protected]>
87+
- `Quartile <https://www.quartile.co>`__:
8888

89-
- Aung Ko Ko Lin
89+
- Aung Ko Ko Lin
9090

9191
Maintainers
9292
-----------
@@ -101,6 +101,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
101101
mission is to support the collaborative development of Odoo features and
102102
promote its widespread use.
103103

104-
This module is part of the `OCA/web <https://github.com/OCA/web/tree/17.0/web_widget_open_tab>`_ project on GitHub.
104+
This module is part of the `OCA/web <https://github.com/OCA/web/tree/18.0/web_widget_open_tab>`_ project on GitHub.
105105

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

web_widget_open_tab/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Widget Open on new Tab",
66
"summary": """
77
Allow to open record from trees on new tab from tree views""",
8-
"version": "17.0.1.0.0",
8+
"version": "18.0.1.0.0",
99
"license": "AGPL-3",
1010
"author": "Creu Blanca,Odoo Community Association (OCA)",
1111
"website": "https://github.com/OCA/web",

web_widget_open_tab/static/description/index.html

+10-7
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger ([email protected])
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -368,7 +369,7 @@ <h1 class="title">Widget Open on new Tab</h1>
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369370
!! source digest: sha256:90d7cc228138169b341debfd9c1b844aad258431599a76243147e17916e53b0f
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/17.0/web_widget_open_tab"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_widget_open_tab"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_widget_open_tab"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_widget_open_tab"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372373
<p>This addon introduces a new widget. When added to a field in a tree
373374
view, the field appears as a button which opens the record in a new tab.
374375
When clicking on the line (but not on the button), the record is opened
@@ -412,7 +413,7 @@ <h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
412413
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
413414
In case of trouble, please check there if your issue has already been reported.
414415
If you spotted it first, help us to smash it by providing a detailed and welcomed
415-
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_widget_open_tab%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
416+
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_widget_open_tab%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
416417
<p>Do not contact contributors directly about support or help with technical issues.</p>
417418
</div>
418419
<div class="section" id="credits">
@@ -438,11 +439,13 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
438439
<div class="section" id="maintainers">
439440
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
440441
<p>This module is maintained by the OCA.</p>
441-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
442+
<a class="reference external image-reference" href="https://odoo-community.org">
443+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
444+
</a>
442445
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
443446
mission is to support the collaborative development of Odoo features and
444447
promote its widespread use.</p>
445-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/17.0/web_widget_open_tab">OCA/web</a> project on GitHub.</p>
448+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/18.0/web_widget_open_tab">OCA/web</a> project on GitHub.</p>
446449
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
447450
</div>
448451
</div>

0 commit comments

Comments
 (0)