Skip to content

Commit 01d056e

Browse files
committed
[BOT] post-merge updates
1 parent 3a3e7df commit 01d056e

File tree

4 files changed

+30
-27
lines changed

4 files changed

+30
-27
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ addon | version | maintainers | summary
3737
[rpc_helper](rpc_helper/) | 18.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Helpers for disabling RPC calls
3838
[session_db](session_db/) | 18.0.1.0.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Store sessions in DB
3939
[test_base_time_window](test_base_time_window/) | 18.0.1.0.0 | | Test Base model to handle time windows
40-
[upgrade_analysis](upgrade_analysis/) | 18.0.1.0.0 | [![StefanRijnhart](https://github.com/StefanRijnhart.png?size=30px)](https://github.com/StefanRijnhart) [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances
40+
[upgrade_analysis](upgrade_analysis/) | 18.0.1.1.0 | [![StefanRijnhart](https://github.com/StefanRijnhart.png?size=30px)](https://github.com/StefanRijnhart) [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances
4141

4242
[//]: # (end addons)
4343

upgrade_analysis/README.rst

+18-18
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Upgrade Analysis
33
================
44

5-
..
5+
..
66
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:3b5ed81ee65a75676d65a8e5685d33265f3a3d18da14530a8d95d480d2b00b66
10+
!! source digest: sha256:e7682944bdacb060b3b1622450cff6c25a485eb8c25a1a9616d19e83349014d9
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -35,7 +35,7 @@ modules are included in the OpenUpgrade distribution so as a migration
3535
script developer you will not usually need to use this tool yourself. If
3636
you do need to run your analysis of a custom set of modules, please
3737
refer to the documentation here:
38-
<https://doc.therp.nl/openupgrade/analysis.html>
38+
https://doc.therp.nl/openupgrade/analysis.html
3939

4040
This module is just a tool, a continuation of the old
4141
openupgrade_records in OpenUpgrade in previous versions. It's not
@@ -54,11 +54,11 @@ Usage
5454
Known issues / Roadmap
5555
======================
5656

57-
- Log removed modules in the module that owned them (#468)
58-
- Detect renamed many2many tables (#213)
59-
- Make sure that the ``migration_analysis.txt`` file is always
60-
generated in all cases. (See:
61-
https://github.com/OCA/OpenUpgrade/pull/3209#issuecomment-1157449981)
57+
- Log removed modules in the module that owned them (#468)
58+
- Detect renamed many2many tables (#213)
59+
- Make sure that the ``migration_analysis.txt`` file is always generated
60+
in all cases. (See:
61+
https://github.com/OCA/OpenUpgrade/pull/3209#issuecomment-1157449981)
6262

6363
Bug Tracker
6464
===========
@@ -83,22 +83,22 @@ Authors
8383
Contributors
8484
------------
8585

86-
- Stefan Rijnhart <stefan@opener.amsterdam>
86+
- Stefan Rijnhart <stefan@opener.amsterdam>
8787

88-
- Holger Brunn <hbrunn@therp.nl>
88+
- Holger Brunn <hbrunn@therp.nl>
8989

90-
- Ferdinand Gassauer <gass@cc-l-12.chircar.at>
90+
- Ferdinand Gassauer <gass@cc-l-12.chircar.at>
9191

92-
- Florent Xicluna <florent.xicluna@gmail.com>
92+
- Florent Xicluna <florent.xicluna@gmail.com>
9393

94-
- Miquel Raïch <miquel.raich@forgeflow.com>
94+
- Miquel Raïch <miquel.raich@forgeflow.com>
9595

96-
- Sylvain LE GAL <https://twitter.com/legalsylvain>
96+
- Sylvain LE GAL <https://twitter.com/legalsylvain>
9797

98-
- `Tecnativa <https://www.tecnativa.com>`__:
98+
- `Tecnativa <https://www.tecnativa.com>`__:
9999

100-
- Pedro M. Baeza
101-
- Sergio Teruel
100+
- Pedro M. Baeza
101+
- Sergio Teruel
102102

103103
Maintainers
104104
-----------
@@ -122,7 +122,7 @@ promote its widespread use.
122122

123123
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
124124

125-
|maintainer-StefanRijnhart| |maintainer-legalsylvain|
125+
|maintainer-StefanRijnhart| |maintainer-legalsylvain|
126126

127127
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/18.0/upgrade_analysis>`_ project on GitHub.
128128

upgrade_analysis/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Upgrade Analysis",
66
"summary": "Performs a difference analysis between modules"
77
" installed on two different Odoo instances",
8-
"version": "18.0.1.0.0",
8+
"version": "18.0.1.1.0",
99
"category": "Migration",
1010
"author": "Therp BV, Opener B.V., GRAP, Odoo Community Association (OCA)",
1111
"maintainers": ["StefanRijnhart", "legalsylvain"],

upgrade_analysis/static/description/index.html

+10-7
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 {
@@ -366,7 +367,7 @@ <h1 class="title">Upgrade Analysis</h1>
366367
!! This file is generated by oca-gen-addon-readme !!
367368
!! changes will be overwritten. !!
368369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:3b5ed81ee65a75676d65a8e5685d33265f3a3d18da14530a8d95d480d2b00b66
370+
!! source digest: sha256:e7682944bdacb060b3b1622450cff6c25a485eb8c25a1a9616d19e83349014d9
370371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371372
<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/server-tools/tree/18.0/upgrade_analysis"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-upgrade_analysis"><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/server-tools&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 module provides the tool to generate the database analysis files
@@ -403,8 +404,8 @@ <h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
403404
<ul class="simple">
404405
<li>Log removed modules in the module that owned them (#468)</li>
405406
<li>Detect renamed many2many tables (#213)</li>
406-
<li>Make sure that the <tt class="docutils literal">migration_analysis.txt</tt> file is always
407-
generated in all cases. (See:
407+
<li>Make sure that the <tt class="docutils literal">migration_analysis.txt</tt> file is always generated
408+
in all cases. (See:
408409
<a class="reference external" href="https://github.com/OCA/OpenUpgrade/pull/3209#issuecomment-1157449981">https://github.com/OCA/OpenUpgrade/pull/3209#issuecomment-1157449981</a>)</li>
409410
</ul>
410411
</div>
@@ -454,7 +455,9 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
454455
<div class="section" id="maintainers">
455456
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
456457
<p>This module is maintained by the OCA.</p>
457-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
458+
<a class="reference external image-reference" href="https://odoo-community.org">
459+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
460+
</a>
458461
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
459462
mission is to support the collaborative development of Odoo features and
460463
promote its widespread use.</p>

0 commit comments

Comments
 (0)