odoo-addon-openupgrade-scripts 16.0.1.0.3.310__py3-none-any.whl → 16.0.1.0.4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/openupgrade_scripts/README.rst +1 -1
- odoo/addons/openupgrade_scripts/__manifest__.py +2 -2
- odoo/addons/openupgrade_scripts/apriori.py +3 -0
- odoo/addons/openupgrade_scripts/static/description/index.html +8 -6
- {odoo_addon_openupgrade_scripts-16.0.1.0.3.310.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.1.dist-info}/METADATA +3 -3
- {odoo_addon_openupgrade_scripts-16.0.1.0.3.310.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.1.dist-info}/RECORD +8 -8
- {odoo_addon_openupgrade_scripts-16.0.1.0.3.310.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.1.dist-info}/WHEEL +0 -0
- {odoo_addon_openupgrade_scripts-16.0.1.0.3.310.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.1.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@ Openupgrade Scripts
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
8
8
|
!! changes will be overwritten. !!
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
10
|
+
!! source digest: sha256:7da6722c8acab42de18d9615cd50404bcd12a077c3525e0c81d38c0fbc626b75
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -3,11 +3,11 @@
|
|
3
3
|
{
|
4
4
|
"name": "Openupgrade Scripts",
|
5
5
|
"summary": """Module that contains all the migrations analysis
|
6
|
-
and scripts for
|
6
|
+
and scripts for migrating Odoo SA modules.""",
|
7
7
|
"author": "Odoo Community Association (OCA)",
|
8
8
|
"website": "https://github.com/OCA/OpenUpgrade",
|
9
9
|
"category": "Migration",
|
10
|
-
"version": "16.0.1.0.
|
10
|
+
"version": "16.0.1.0.4",
|
11
11
|
"license": "AGPL-3",
|
12
12
|
"depends": ["base"],
|
13
13
|
"images": ["static/description/banner.jpg"],
|
@@ -88,6 +88,9 @@ merged_modules = {
|
|
88
88
|
"account_invoice_report_due_list": "account",
|
89
89
|
# OCA/e-commerce
|
90
90
|
"website_sale_require_login": "website_sale",
|
91
|
+
# OCA/l10n-spain
|
92
|
+
"l10n_es_irnr": "l10n_es",
|
93
|
+
"l10n_es_irnr_sii": "l10n_es_aeat_sii_oca",
|
91
94
|
# OCA/partner-contact
|
92
95
|
"partner_company_group": "base_partner_company_group",
|
93
96
|
# OCA/pos
|
@@ -1,4 +1,3 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
2
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
3
|
<head>
|
@@ -9,10 +8,11 @@
|
|
9
8
|
|
10
9
|
/*
|
11
10
|
:Author: David Goodger (goodger@python.org)
|
12
|
-
:Id: $Id: html4css1.css
|
11
|
+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
13
12
|
:Copyright: This stylesheet has been placed in the public domain.
|
14
13
|
|
15
14
|
Default cascading style sheet for the HTML output of Docutils.
|
15
|
+
Despite the name, some widely supported CSS2 features are used.
|
16
16
|
|
17
17
|
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
18
18
|
customize this style sheet.
|
@@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
|
275
275
|
margin-left: 2em ;
|
276
276
|
margin-right: 2em }
|
277
277
|
|
278
|
-
pre.code .ln { color:
|
278
|
+
pre.code .ln { color: gray; } /* line numbers */
|
279
279
|
pre.code, code { background-color: #eeeeee }
|
280
280
|
pre.code .comment, code .comment { color: #5C6576 }
|
281
281
|
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
@@ -301,7 +301,7 @@ span.option {
|
|
301
301
|
span.pre {
|
302
302
|
white-space: pre }
|
303
303
|
|
304
|
-
span.problematic {
|
304
|
+
span.problematic, pre.problematic {
|
305
305
|
color: red }
|
306
306
|
|
307
307
|
span.section-subtitle {
|
@@ -367,7 +367,7 @@ ul.auto-toc {
|
|
367
367
|
!! This file is generated by oca-gen-addon-readme !!
|
368
368
|
!! changes will be overwritten. !!
|
369
369
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
370
|
-
!! source digest: sha256:
|
370
|
+
!! source digest: sha256:7da6722c8acab42de18d9615cd50404bcd12a077c3525e0c81d38c0fbc626b75
|
371
371
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
372
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/16.0/openupgrade_scripts"><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-16-0/OpenUpgrade-16-0-openupgrade_scripts"><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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
373
373
|
<p>This module is a containers of migration script to migrate from 15.0 to 16.0 version.</p>
|
@@ -415,7 +415,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
415
415
|
<div class="section" id="maintainers">
|
416
416
|
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
|
417
417
|
<p>This module is maintained by the OCA.</p>
|
418
|
-
<a class="reference external image-reference" href="https://odoo-community.org"
|
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>
|
419
421
|
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
420
422
|
mission is to support the collaborative development of Odoo features and
|
421
423
|
promote its widespread use.</p>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-openupgrade_scripts
|
3
|
-
Version: 16.0.1.0.
|
4
|
-
Summary: Module that contains all the migrations analysis and scripts for
|
3
|
+
Version: 16.0.1.0.4.1
|
4
|
+
Summary: Module that contains all the migrations analysis and scripts for migrating Odoo SA modules.
|
5
5
|
Home-page: https://github.com/OCA/OpenUpgrade
|
6
6
|
Author: Odoo Community Association (OCA)
|
7
7
|
Author-email: support@odoo-community.org
|
@@ -23,7 +23,7 @@ Openupgrade Scripts
|
|
23
23
|
!! This file is generated by oca-gen-addon-readme !!
|
24
24
|
!! changes will be overwritten. !!
|
25
25
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
26
|
-
!! source digest: sha256:
|
26
|
+
!! source digest: sha256:7da6722c8acab42de18d9615cd50404bcd12a077c3525e0c81d38c0fbc626b75
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
28
28
|
|
29
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -1,7 +1,7 @@
|
|
1
|
-
odoo/addons/openupgrade_scripts/README.rst,sha256=
|
1
|
+
odoo/addons/openupgrade_scripts/README.rst,sha256=O6T06yZMeNt6_8kdXQfXON9h61CmHbZoS2h_6uYl-vw,3185
|
2
2
|
odoo/addons/openupgrade_scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
|
-
odoo/addons/openupgrade_scripts/__manifest__.py,sha256=
|
4
|
-
odoo/addons/openupgrade_scripts/apriori.py,sha256=
|
3
|
+
odoo/addons/openupgrade_scripts/__manifest__.py,sha256=f_Fz9Z7dbYnl_OgZiGgnt-Jz2ynNNGKPDZMrnQKVT3k,616
|
4
|
+
odoo/addons/openupgrade_scripts/apriori.py,sha256=Kj_illSwx3kkXi8312Vyocbnp77dMsK3Am-tqpgS6m4,5964
|
5
5
|
odoo/addons/openupgrade_scripts/readme/CONFIGURE.rst,sha256=cy1swpDkuqi9-6q8L1M1QD058QyfBvAE2PN_mmdxvwI,255
|
6
6
|
odoo/addons/openupgrade_scripts/readme/DESCRIPTION.rst,sha256=ckrM5YlY8awluPWIV7WOBynTOG_QKOjXrCsXD_RhmyU,86
|
7
7
|
odoo/addons/openupgrade_scripts/readme/INSTALL.rst,sha256=tXbOmw3QIhO1KLIziMpXzuuY0tOhI8IGT2ktCArwfGM,115
|
@@ -722,8 +722,8 @@ odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/upgrade_a
|
|
722
722
|
odoo/addons/openupgrade_scripts/scripts/website_twitter/16.0.1.0/upgrade_analysis.txt,sha256=_ywbj94l0RY95_DJk41aqWcPBKu7O0icArQySZCAziM,168
|
723
723
|
odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
|
724
724
|
odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
725
|
-
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=
|
726
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.
|
727
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.
|
728
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.
|
729
|
-
odoo_addon_openupgrade_scripts-16.0.1.0.
|
725
|
+
odoo/addons/openupgrade_scripts/static/description/index.html,sha256=In9_GT_zstffKTETBxiyjfSzZz_5JtVugN-08tmDS6o,12722
|
726
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.1.dist-info/METADATA,sha256=6WxeT3kYhUy9SzI38ZK4-hM4BsQKKk4iGWQ9XjTxCnw,3789
|
727
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
728
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
729
|
+
odoo_addon_openupgrade_scripts-16.0.1.0.4.1.dist-info/RECORD,,
|
File without changes
|