Skip to content

Commit a96ecae

Browse files
committed
[BOT] post-merge updates
1 parent fa931d0 commit a96ecae

File tree

6 files changed

+65
-65
lines changed

6 files changed

+65
-65
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Available addons
2424
addon | version | maintainers | summary
2525
--- | --- | --- | ---
2626
[openupgrade_framework](openupgrade_framework/) | 18.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) [![StefanRijnhart](https://github.com/StefanRijnhart.png?size=30px)](https://github.com/StefanRijnhart) [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) | Module to integrate in the server_wide_modules option to make upgrades between two major revisions.
27-
[openupgrade_scripts](openupgrade_scripts/) | 18.0.1.0.1 | | Module that contains all the migrations analysis and scripts for migrate Odoo SA modules.
27+
[openupgrade_scripts](openupgrade_scripts/) | 18.0.1.0.0 | | Module that contains all the migrations analysis and scripts for migrate Odoo SA modules.
2828

2929
[//]: # (end addons)
3030

openupgrade_framework/README.rst

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Openupgrade Framework
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:5cbb7228f729a9f612a1057a73c1b92f6f3499388a924f729beb5beeb03f9db8
10+
!! source digest: sha256:d0efb685c3f5741580be428bb0d64398525aaec83b74ed7e6973f1124f39a25f
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Openupgrade Framework
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%2FOpenUpgrade-lightgray.png?logo=github
20-
:target: https://github.com/OCA/OpenUpgrade/tree/17.0/openupgrade_framework
20+
:target: https://github.com/OCA/OpenUpgrade/tree/18.0/openupgrade_framework
2121
:alt: OCA/OpenUpgrade
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/OpenUpgrade-17-0/OpenUpgrade-17-0-openupgrade_framework
23+
:target: https://translation.odoo-community.org/projects/OpenUpgrade-18-0/OpenUpgrade-18-0-openupgrade_framework
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/OpenUpgrade&target_branch=17.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/OpenUpgrade&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -32,31 +32,31 @@ This module is a technical module that contains a number of
3232
monkeypatches to improve the behaviour of Odoo when migrating your
3333
database using the OpenUpgrade migration scripts:
3434

35-
- Prevent dropping columns or tables in the database when fields or
36-
models are obsoleted in the Odoo data model of the target release.
37-
After the migration, you can review and delete unused database tables
38-
and columns using database_cleanup. See
39-
https://odoo-community.org/shop/product/database-cleanup-918
40-
- When data records are deleted during the migration (such as views or
41-
other system records), this is done in a secure mode. If the deletion
42-
fails because of some unforeseen dependency, the deletion will be
43-
cancelled and a message is logged, after which the migration
44-
continues.
45-
- Prevent a number of log messages that do not apply when using
46-
OpenUpgrade.
47-
- Suppress log messages about failed view validation, which are to be
48-
expected during a migration.
49-
- Run migration scripts for modules that are installed as new
50-
dependencies of upgraded modules (when there are such scripts for
51-
those particular modules)
52-
- Production databases generated with demo data, will be transformed to
53-
non-demo ones. If you want to avoid that, you have to pass through
54-
the environment variable OPENUPGRADE_USE_DEMO, the value "yes".
35+
- Prevent dropping columns or tables in the database when fields or
36+
models are obsoleted in the Odoo data model of the target release.
37+
After the migration, you can review and delete unused database tables
38+
and columns using database_cleanup. See
39+
https://odoo-community.org/shop/product/database-cleanup-918
40+
- When data records are deleted during the migration (such as views or
41+
other system records), this is done in a secure mode. If the deletion
42+
fails because of some unforeseen dependency, the deletion will be
43+
cancelled and a message is logged, after which the migration
44+
continues.
45+
- Prevent a number of log messages that do not apply when using
46+
OpenUpgrade.
47+
- Suppress log messages about failed view validation, which are to be
48+
expected during a migration.
49+
- Run migration scripts for modules that are installed as new
50+
dependencies of upgraded modules (when there are such scripts for
51+
those particular modules)
52+
- Production databases generated with demo data, will be transformed to
53+
non-demo ones. If you want to avoid that, you have to pass through the
54+
environment variable OPENUPGRADE_USE_DEMO, the value "yes".
5555

5656
For detailed documentation see:
5757

58-
- https://github.com/OCA/OpenUpgrade/
59-
- https://oca.github.io/OpenUpgrade
58+
- https://github.com/OCA/OpenUpgrade/
59+
- https://oca.github.io/OpenUpgrade
6060

6161
**Table of contents**
6262

@@ -72,12 +72,12 @@ to be available via your ``addons-path``.
7272
Configuration
7373
=============
7474

75-
- call your odoo instance with the option
76-
``--load=base,web,openupgrade_framework``
75+
- call your odoo instance with the option
76+
``--load=base,web,openupgrade_framework``
7777

7878
or
7979

80-
- add the key to your configuration file:
80+
- add the key to your configuration file:
8181

8282
.. code:: shell
8383
@@ -106,18 +106,18 @@ To see the patches added, you can use ``meld`` tools:
106106

107107
To make more easy the diff analysis :
108108

109-
- Make sure the python files has the same path as the original one.
110-
- Keep the same indentation as the original file. (using ``if True:``
111-
if required)
112-
- Add the following two lines at the beginning of your file, to avoid
113-
flake8 / pylint errors
109+
- Make sure the python files has the same path as the original one.
110+
- Keep the same indentation as the original file. (using ``if True:`` if
111+
required)
112+
- Add the following two lines at the beginning of your file, to avoid
113+
flake8 / pylint errors
114114

115115
.. code:: python
116116
117117
# flake8: noqa
118118
# pylint: skip-file
119119
120-
- When you want to change the code. add the following tags:
120+
- When you want to change the code. add the following tags:
121121

122122
For an addition:
123123

@@ -149,7 +149,7 @@ Bug Tracker
149149
Bugs are tracked on `GitHub Issues <https://github.com/OCA/OpenUpgrade/issues>`_.
150150
In case of trouble, please check there if your issue has already been reported.
151151
If you spotted it first, help us to smash it by providing a detailed and welcomed
152-
`feedback <https://github.com/OCA/OpenUpgrade/issues/new?body=module:%20openupgrade_framework%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
152+
`feedback <https://github.com/OCA/OpenUpgrade/issues/new?body=module:%20openupgrade_framework%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
153153

154154
Do not contact contributors directly about support or help with technical issues.
155155

@@ -167,8 +167,8 @@ Authors
167167
Contributors
168168
------------
169169

170-
- Stefan Rijnhart <[email protected]>
171-
- Sylvain LE GAL <https://twitter.com/legalsylvain>
170+
- Stefan Rijnhart <[email protected]>
171+
- Sylvain LE GAL <https://twitter.com/legalsylvain>
172172

173173
Other credits
174174
-------------
@@ -205,6 +205,6 @@ Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
205205

206206
|maintainer-legalsylvain| |maintainer-StefanRijnhart| |maintainer-hbrunn|
207207

208-
This module is part of the `OCA/OpenUpgrade <https://github.com/OCA/OpenUpgrade/tree/17.0/openupgrade_framework>`_ project on GitHub.
208+
This module is part of the `OCA/OpenUpgrade <https://github.com/OCA/OpenUpgrade/tree/18.0/openupgrade_framework>`_ project on GitHub.
209209

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

openupgrade_framework/static/description/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ <h1 class="title">Openupgrade Framework</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:5cbb7228f729a9f612a1057a73c1b92f6f3499388a924f729beb5beeb03f9db8
370+
!! source digest: sha256:d0efb685c3f5741580be428bb0d64398525aaec83b74ed7e6973f1124f39a25f
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/OpenUpgrade/tree/17.0/openupgrade_framework"><img alt="OCA/OpenUpgrade" src="https://img.shields.io/badge/github-OCA%2FOpenUpgrade-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/OpenUpgrade-17-0/OpenUpgrade-17-0-openupgrade_framework"><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/OpenUpgrade&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/OpenUpgrade/tree/18.0/openupgrade_framework"><img alt="OCA/OpenUpgrade" src="https://img.shields.io/badge/github-OCA%2FOpenUpgrade-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/OpenUpgrade-18-0/OpenUpgrade-18-0-openupgrade_framework"><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/OpenUpgrade&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module is a technical module that contains a number of
374374
monkeypatches to improve the behaviour of Odoo when migrating your
375375
database using the OpenUpgrade migration scripts:</p>
@@ -392,8 +392,8 @@ <h1 class="title">Openupgrade Framework</h1>
392392
dependencies of upgraded modules (when there are such scripts for
393393
those particular modules)</li>
394394
<li>Production databases generated with demo data, will be transformed to
395-
non-demo ones. If you want to avoid that, you have to pass through
396-
the environment variable OPENUPGRADE_USE_DEMO, the value “yes”.</li>
395+
non-demo ones. If you want to avoid that, you have to pass through the
396+
environment variable OPENUPGRADE_USE_DEMO, the value “yes”.</li>
397397
</ul>
398398
<p>For detailed documentation see:</p>
399399
<ul class="simple">
@@ -453,8 +453,8 @@ <h1><a class="toc-backref" href="#toc-entry-3">Development</a></h1>
453453
<p>To make more easy the diff analysis :</p>
454454
<ul class="simple">
455455
<li>Make sure the python files has the same path as the original one.</li>
456-
<li>Keep the same indentation as the original file. (using <tt class="docutils literal">if True:</tt>
457-
if required)</li>
456+
<li>Keep the same indentation as the original file. (using <tt class="docutils literal">if True:</tt> if
457+
required)</li>
458458
<li>Add the following two lines at the beginning of your file, to avoid
459459
flake8 / pylint errors</li>
460460
</ul>
@@ -489,7 +489,7 @@ <h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
489489
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/OpenUpgrade/issues">GitHub Issues</a>.
490490
In case of trouble, please check there if your issue has already been reported.
491491
If you spotted it first, help us to smash it by providing a detailed and welcomed
492-
<a class="reference external" href="https://github.com/OCA/OpenUpgrade/issues/new?body=module:%20openupgrade_framework%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
492+
<a class="reference external" href="https://github.com/OCA/OpenUpgrade/issues/new?body=module:%20openupgrade_framework%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
493493
<p>Do not contact contributors directly about support or help with technical issues.</p>
494494
</div>
495495
<div class="section" id="credits">
@@ -528,7 +528,7 @@ <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
528528
promote its widespread use.</p>
529529
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainers</a>:</p>
530530
<p><a class="reference external image-reference" href="https://github.com/legalsylvain"><img alt="legalsylvain" src="https://github.com/legalsylvain.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/StefanRijnhart"><img alt="StefanRijnhart" src="https://github.com/StefanRijnhart.png?size=40px" /></a> <a class="reference external image-reference" href="https://github.com/hbrunn"><img alt="hbrunn" src="https://github.com/hbrunn.png?size=40px" /></a></p>
531-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/OpenUpgrade/tree/17.0/openupgrade_framework">OCA/OpenUpgrade</a> project on GitHub.</p>
531+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/OpenUpgrade/tree/18.0/openupgrade_framework">OCA/OpenUpgrade</a> project on GitHub.</p>
532532
<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>
533533
</div>
534534
</div>

openupgrade_scripts/README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Openupgrade Scripts
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:3cb15c664a340eb7bbf13cf5062e582f1221d6433d0f22033885de27bb1f64d4
10+
!! source digest: sha256:822b62802d167eb9c5a7f7fe5a2ec56b891dd6aa8e81d31929e0f123f1e8346f
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Openupgrade Scripts
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%2FOpenUpgrade-lightgray.png?logo=github
20-
:target: https://github.com/OCA/OpenUpgrade/tree/17.0/openupgrade_scripts
20+
:target: https://github.com/OCA/OpenUpgrade/tree/18.0/openupgrade_scripts
2121
:alt: OCA/OpenUpgrade
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/OpenUpgrade-17-0/OpenUpgrade-17-0-openupgrade_scripts
23+
:target: https://translation.odoo-community.org/projects/OpenUpgrade-18-0/OpenUpgrade-18-0-openupgrade_scripts
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/OpenUpgrade&target_branch=17.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/OpenUpgrade&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -45,12 +45,12 @@ to be available via your ``addons-path``.
4545
Configuration
4646
=============
4747

48-
- call your odoo instance with the option
49-
``--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/``
48+
- call your odoo instance with the option
49+
``--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/``
5050

5151
or
5252

53-
- add the key to your configuration file:
53+
- add the key to your configuration file:
5454

5555
.. code:: shell
5656
@@ -63,7 +63,7 @@ Bug Tracker
6363
Bugs are tracked on `GitHub Issues <https://github.com/OCA/OpenUpgrade/issues>`_.
6464
In case of trouble, please check there if your issue has already been reported.
6565
If you spotted it first, help us to smash it by providing a detailed and welcomed
66-
`feedback <https://github.com/OCA/OpenUpgrade/issues/new?body=module:%20openupgrade_scripts%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
66+
`feedback <https://github.com/OCA/OpenUpgrade/issues/new?body=module:%20openupgrade_scripts%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
6767

6868
Do not contact contributors directly about support or help with technical issues.
6969

@@ -83,6 +83,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
8383
mission is to support the collaborative development of Odoo features and
8484
promote its widespread use.
8585

86-
This module is part of the `OCA/OpenUpgrade <https://github.com/OCA/OpenUpgrade/tree/17.0/openupgrade_scripts>`_ project on GitHub.
86+
This module is part of the `OCA/OpenUpgrade <https://github.com/OCA/OpenUpgrade/tree/18.0/openupgrade_scripts>`_ project on GitHub.
8787

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

0 commit comments

Comments
 (0)