Skip to content

Commit f26d5a3

Browse files
[MIG] web_remember_tree_column_width: Migration to 18.0
1 parent 64fd459 commit f26d5a3

File tree

7 files changed

+476
-101
lines changed

7 files changed

+476
-101
lines changed

web_remember_tree_column_width/README.rst

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Web Remember Tree Column Width
1717
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1818
:alt: License: LGPL-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_remember_tree_column_width
20+
:target: https://github.com/OCA/web/tree/18.0/web_remember_tree_column_width
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_remember_tree_column_width
23+
:target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_remember_tree_column_width
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|
@@ -42,7 +42,7 @@ Bug Tracker
4242
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
4343
In case of trouble, please check there if your issue has already been reported.
4444
If you spotted it first, help us to smash it by providing a detailed and welcomed
45-
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_remember_tree_column_width%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
45+
`feedback <https://github.com/OCA/web/issues/new?body=module:%20web_remember_tree_column_width%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
4646

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

@@ -63,15 +63,7 @@ Contributors
6363

6464
- Cuong Nguyen Mtm <cuong.nmtm@komit-consulting.com>
6565

66-
Other credits
67-
-------------
68-
69-
- Vauxoo
70-
71-
The migration of this module from 15.0 to 16.0 was financially supported
72-
by:
73-
74-
- Komit (https://komit-consulting.com/)
66+
- Jasmin Solanki <jasmin.solanki@forgeflow.com>
7567

7668
Maintainers
7769
-----------
@@ -100,6 +92,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
10092

10193
|maintainer-frahikLV| |maintainer-luisg123v| |maintainer-cuongnmtm|
10294

103-
This module is part of the `OCA/web <https://github.com/OCA/web/tree/17.0/web_remember_tree_column_width>`_ project on GitHub.
95+
This module is part of the `OCA/web <https://github.com/OCA/web/tree/18.0/web_remember_tree_column_width>`_ project on GitHub.
10496

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

web_remember_tree_column_width/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"website": "https://github.com/OCA/web",
66
"license": "LGPL-3",
77
"category": "Extra Tools",
8-
"version": "17.0.1.0.0",
8+
"version": "18.0.1.0.0",
99
"maintainers": [
1010
"frahikLV",
1111
"luisg123v",

web_remember_tree_column_width/readme/CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
- Tomás Álvarez \<<tomas@vauxoo.com>\>
33
- [Komit](https://komit-consulting.com/):
44
- Cuong Nguyen Mtm \<<cuong.nmtm@komit-consulting.com>\>
5+
- Jasmin Solanki \<<jasmin.solanki@forgeflow.com>\>

web_remember_tree_column_width/readme/CREDITS.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

web_remember_tree_column_width/static/description/index.html

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
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">Web Remember Tree Column Width</h1>
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369370
!! source digest: sha256:ec03536e8e88c5e3dbb117d391ba923b60e328998f72c81cee3b41c8ecaea9c2
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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/17.0/web_remember_tree_column_width"><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_remember_tree_column_width"><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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/18.0/web_remember_tree_column_width"><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_remember_tree_column_width"><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>Remember the tree columns’ widths across sessions, and after filtering,
373374
grouping, or reordering.</p>
374375
<p><strong>Table of contents</strong></p>
@@ -378,8 +379,7 @@ <h1 class="title">Web Remember Tree Column Width</h1>
378379
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
379380
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
380381
<li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
381-
<li><a class="reference internal" href="#other-credits" id="toc-entry-5">Other credits</a></li>
382-
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
382+
<li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
383383
</ul>
384384
</li>
385385
</ul>
@@ -389,7 +389,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
389389
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/web/issues">GitHub Issues</a>.
390390
In case of trouble, please check there if your issue has already been reported.
391391
If you spotted it first, help us to smash it by providing a detailed and welcomed
392-
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_remember_tree_column_width%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
392+
<a class="reference external" href="https://github.com/OCA/web/issues/new?body=module:%20web_remember_tree_column_width%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
393393
<p>Do not contact contributors directly about support or help with technical issues.</p>
394394
</div>
395395
<div class="section" id="credits">
@@ -409,29 +409,21 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
409409
<li>Cuong Nguyen Mtm &lt;<a class="reference external" href="mailto:cuong.nmtm&#64;komit-consulting.com">cuong.nmtm&#64;komit-consulting.com</a>&gt;</li>
410410
</ul>
411411
</li>
412-
</ul>
413-
</div>
414-
<div class="section" id="other-credits">
415-
<h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
416-
<ul class="simple">
417-
<li>Vauxoo</li>
418-
</ul>
419-
<p>The migration of this module from 15.0 to 16.0 was financially supported
420-
by:</p>
421-
<ul class="simple">
422-
<li>Komit (<a class="reference external" href="https://komit-consulting.com/">https://komit-consulting.com/</a>)</li>
412+
<li>Jasmin Solanki &lt;<a class="reference external" href="mailto:jasmin.solanki&#64;forgeflow.com">jasmin.solanki&#64;forgeflow.com</a>&gt;</li>
423413
</ul>
424414
</div>
425415
<div class="section" id="maintainers">
426-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
416+
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
427417
<p>This module is maintained by the OCA.</p>
428-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
418+
<a class="reference external image-reference" href="https://odoo-community.org">
419+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
420+
</a>
429421
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
430422
mission is to support the collaborative development of Odoo features and
431423
promote its widespread use.</p>
432424
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
433425
<p><a class="reference external image-reference" href="https://github.com/frahikLV"><img alt="frahikLV" src="https://github.com/frahikLV.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/luisg123v"><img alt="luisg123v" src="https://github.com/luisg123v.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/cuongnmtm"><img alt="cuongnmtm" src="https://github.com/cuongnmtm.png?size=40px" /></a></p>
434-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/17.0/web_remember_tree_column_width">OCA/web</a> project on GitHub.</p>
426+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/web/tree/18.0/web_remember_tree_column_width">OCA/web</a> project on GitHub.</p>
435427
<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>
436428
</div>
437429
</div>

0 commit comments

Comments
 (0)