[BOT] post-merge updates
parent
01e1161abe
commit
85ccb7474d
|
@ -74,7 +74,7 @@ addon | version | maintainers | summary
|
|||
[server_action_logging](server_action_logging/) | 16.0.1.0.0 | | Module that provides a logging mechanism for server actions
|
||||
[session_db](session_db/) | 16.0.1.0.6 | [](https://github.com/sbidoul) | Store sessions in DB
|
||||
[tracking_manager](tracking_manager/) | 16.0.1.1.7 | [](https://github.com/Kev-Roche) [](https://github.com/sebastienbeau) | This module tracks all fields of a model, including one2many and many2many ones.
|
||||
[upgrade_analysis](upgrade_analysis/) | 16.0.1.1.0 | [](https://github.com/StefanRijnhart) [](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances
|
||||
[upgrade_analysis](upgrade_analysis/) | 16.0.1.2.0 | [](https://github.com/StefanRijnhart) [](https://github.com/legalsylvain) | Performs a difference analysis between modules installed on two different Odoo instances
|
||||
[url_attachment_search_fuzzy](url_attachment_search_fuzzy/) | 16.0.1.0.0 | [](https://github.com/mariadforgelow) | Fuzzy Search of URL in Attachments
|
||||
|
||||
[//]: # (end addons)
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
Upgrade Analysis
|
||||
================
|
||||
|
||||
..
|
||||
..
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:d3fed94216a53b58bca8455d3a2758193f7641ca45adee8e03cf50464674a61d
|
||||
!! source digest: sha256:530141731a853793cda478da96e88f4ecbc21374090758a88258a61a3e75f78d
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
||||
|
@ -109,7 +109,7 @@ promote its widespread use.
|
|||
|
||||
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
|
||||
|
||||
|maintainer-StefanRijnhart| |maintainer-legalsylvain|
|
||||
|maintainer-StefanRijnhart| |maintainer-legalsylvain|
|
||||
|
||||
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/16.0/upgrade_analysis>`_ project on GitHub.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"name": "Upgrade Analysis",
|
||||
"summary": "Performs a difference analysis between modules"
|
||||
" installed on two different Odoo instances",
|
||||
"version": "16.0.1.1.0",
|
||||
"version": "16.0.1.2.0",
|
||||
"category": "Migration",
|
||||
"author": "Therp BV, Opener B.V., GRAP, Odoo Community Association (OCA)",
|
||||
"maintainers": ["StefanRijnhart", "legalsylvain"],
|
||||
|
|
|
@ -367,11 +367,18 @@ ul.auto-toc {
|
|||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:d3fed94216a53b58bca8455d3a2758193f7641ca45adee8e03cf50464674a61d
|
||||
!! source digest: sha256:530141731a853793cda478da96e88f4ecbc21374090758a88258a61a3e75f78d
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<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/16.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-16-0/server-tools-16-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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module provides the tool to generate the database analysis files that indicate how the Odoo data model and module data have changed between two versions of Odoo. Database analysis files for the core modules are included in the OpenUpgrade distribution so as a migration script developer you will not usually need to use this tool yourself. If you do need to run your analysis of a custom set of modules, please refer to the documentation here: <a class="reference external" href="https://doc.therp.nl/openupgrade/analysis.html">https://doc.therp.nl/openupgrade/analysis.html</a></p>
|
||||
<p>This module is just a tool, a continuation of the old openupgrade_records in OpenUpgrade in previous versions. It’s not recommended to have this module in a production database.</p>
|
||||
<p>This module provides the tool to generate the database analysis files that indicate
|
||||
how the Odoo data model and module data have changed between two versions of Odoo.
|
||||
Database analysis files for the core modules are included in the OpenUpgrade
|
||||
distribution so as a migration script developer you will not usually need to use
|
||||
this tool yourself. If you do need to run your analysis of a custom set of modules,
|
||||
please refer to the documentation here: <a class="reference external" href="https://doc.therp.nl/openupgrade/analysis.html">https://doc.therp.nl/openupgrade/analysis.html</a></p>
|
||||
<p>This module is just a tool, a continuation of the old openupgrade_records in
|
||||
OpenUpgrade in previous versions. It’s not recommended to have this module in a
|
||||
production database.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
|
|
Loading…
Reference in New Issue