odoo-addon-openupgrade-scripts 16.0.1.0.4.27__py3-none-any.whl → 16.0.1.0.4.31__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.
Files changed (20) hide show
  1. odoo/addons/openupgrade_scripts/README.rst +12 -10
  2. odoo/addons/openupgrade_scripts/apriori.py +1 -0
  3. odoo/addons/openupgrade_scripts/readme/CONFIGURE.md +11 -0
  4. odoo/addons/openupgrade_scripts/readme/{DESCRIPTION.rst → DESCRIPTION.md} +2 -1
  5. odoo/addons/openupgrade_scripts/readme/INSTALL.md +2 -0
  6. odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py +1 -1
  7. odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/post-migration.py +3 -3
  8. odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/end-migration.py +1 -5
  9. odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/post-migration.py +66 -0
  10. odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/upgrade_analysis_work.txt +1 -1
  11. odoo/addons/openupgrade_scripts/scripts/purchase_requisition_stock/16.0.1.2/upgrade_analysis_work.txt +1 -1
  12. odoo/addons/openupgrade_scripts/scripts/utm/16.0.1.1/pre-migration.py +0 -1
  13. odoo/addons/openupgrade_scripts/static/description/index.html +7 -5
  14. {odoo_addon_openupgrade_scripts-16.0.1.0.4.27.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info}/METADATA +17 -15
  15. {odoo_addon_openupgrade_scripts-16.0.1.0.4.27.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info}/RECORD +17 -17
  16. {odoo_addon_openupgrade_scripts-16.0.1.0.4.27.dist-info → odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info}/WHEEL +1 -1
  17. odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info/top_level.txt +1 -0
  18. odoo/addons/openupgrade_scripts/readme/CONFIGURE.rst +0 -10
  19. odoo/addons/openupgrade_scripts/readme/INSTALL.rst +0 -2
  20. odoo_addon_openupgrade_scripts-16.0.1.0.4.27.dist-info/top_level.txt +0 -1
@@ -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:7da6722c8acab42de18d9615cd50404bcd12a077c3525e0c81d38c0fbc626b75
10
+ !! source digest: sha256:58792095dc539f1f4eccbc45de3679c28e3176d8bf3682b315d670e6f3877639
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -28,7 +28,8 @@ Openupgrade Scripts
28
28
 
29
29
  |badge1| |badge2| |badge3| |badge4| |badge5|
30
30
 
31
- This module is a containers of migration script to migrate from 15.0 to 16.0 version.
31
+ This module is a containers of migration script to migrate from 15.0 to
32
+ 16.0 version.
32
33
 
33
34
  **Table of contents**
34
35
 
@@ -38,22 +39,23 @@ This module is a containers of migration script to migrate from 15.0 to 16.0 ver
38
39
  Installation
39
40
  ============
40
41
 
41
- This module does not need to be installed on a database.
42
- It simply needs to be available via your ``addons-path``.
42
+ This module does not need to be installed on a database. It simply needs
43
+ to be available via your ``addons-path``.
43
44
 
44
45
  Configuration
45
46
  =============
46
47
 
47
- * call your odoo instance with the option ``--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/``
48
50
 
49
51
  or
50
52
 
51
- * add the key to your configuration file:
53
+ - add the key to your configuration file:
52
54
 
53
- .. code-block:: shell
55
+ .. code:: shell
54
56
 
55
- [options]
56
- upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/
57
+ [options]
58
+ upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/
57
59
 
58
60
  Bug Tracker
59
61
  ===========
@@ -69,7 +71,7 @@ Credits
69
71
  =======
70
72
 
71
73
  Maintainers
72
- ~~~~~~~~~~~
74
+ -----------
73
75
 
74
76
  This module is maintained by the OCA.
75
77
 
@@ -76,6 +76,7 @@ merged_modules = {
76
76
  "pos_coupon": "pos_loyalty",
77
77
  "pos_gift_card": "pos_loyalty",
78
78
  "project_account": "project",
79
+ "purchase_requisition_stock_dropshipping": "purchase_requisition_stock",
79
80
  "sale_gift_card": "sale_loyalty",
80
81
  "sale_project_account": "sale_project",
81
82
  "website_sale_delivery_giftcard": "website_sale_loyalty_delivery",
@@ -0,0 +1,11 @@
1
+ - call your odoo instance with the option
2
+ `--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/`
3
+
4
+ or
5
+
6
+ - add the key to your configuration file:
7
+
8
+ ``` shell
9
+ [options]
10
+ upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/
11
+ ```
@@ -1 +1,2 @@
1
- This module is a containers of migration script to migrate from 15.0 to 16.0 version.
1
+ This module is a containers of migration script to migrate from 15.0 to
2
+ 16.0 version.
@@ -0,0 +1,2 @@
1
+ This module does not need to be installed on a database. It simply needs
2
+ to be available via your `addons-path`.
@@ -97,7 +97,7 @@ def update_translatable_fields(cr):
97
97
  )
98
98
  continue
99
99
  # borrowed from odoo/tools/translate.py#_get_translation_upgrade_queries
100
- translation_name = "%s,%s" % (model, field)
100
+ translation_name = f"{model},{field}"
101
101
  emtpy_src = """'{"en_US": ""}'::jsonb"""
102
102
  openupgrade.logged_query(
103
103
  cr,
@@ -131,17 +131,17 @@ def numerical_range_to_prefixes(min_, max_):
131
131
  for stop in split_to_ranges(min_, max_):
132
132
  pattern = ""
133
133
  any_digit_count = 0
134
- for start_digit, stop_digit in zip(str(start), str(stop)):
134
+ for start_digit, stop_digit in zip(str(start), str(stop), strict=True):
135
135
  if start_digit == stop_digit:
136
136
  pattern += start_digit
137
137
  elif start_digit != "0" or stop_digit != "9":
138
- pattern += "[{}-{}]".format(start_digit, stop_digit)
138
+ pattern += f"[{start_digit}-{stop_digit}]"
139
139
  else:
140
140
  any_digit_count += 1
141
141
  if any_digit_count:
142
142
  pattern += r"\d"
143
143
  if any_digit_count > 1:
144
- pattern += "{{{}}}".format(any_digit_count)
144
+ pattern += f"{{{any_digit_count}}}"
145
145
  subpatterns.append(pattern)
146
146
  start = stop + 1
147
147
  return subpatterns
@@ -27,11 +27,7 @@ def find_record_data_path(model_name, module_name, xml_id):
27
27
  filepath = "/".join((module_name, xml_file))
28
28
  with file_open(filepath, "rb") as f:
29
29
  root = etree.parse(f)
30
- found = root.xpath(
31
- '//record[@model="{model_name}"][@id="{xml_id}"]'.format(
32
- model_name=model_name, xml_id=xml_id
33
- )
34
- )
30
+ found = root.xpath(f'//record[@model="{model_name}"][@id="{xml_id}"]')
35
31
  if found:
36
32
  return filepath
37
33
  return None
@@ -3,8 +3,74 @@
3
3
  from openupgradelib import openupgrade
4
4
 
5
5
 
6
+ def fill_purchase_order_group_from_tenders(env):
7
+ tender_type = env.ref("purchase_requisition.type_multi")
8
+ openupgrade.logged_query(
9
+ env.cr,
10
+ """
11
+ ALTER TABLE purchase_order_group
12
+ ADD COLUMN IF NOT EXISTS old_purchase_requisition_id INTEGER
13
+ """,
14
+ )
15
+ openupgrade.logged_query(
16
+ env.cr,
17
+ f"""
18
+ INSERT INTO purchase_order_group (old_purchase_requisition_id,
19
+ create_date, create_uid, write_date, write_uid)
20
+ SELECT DISTINCT ON (pr.id) pr.id,
21
+ pr.create_date, pr.create_uid, pr.write_date, pr.write_uid
22
+ FROM purchase_requisition pr
23
+ JOIN purchase_order po1 ON po1.requisition_id = pr.id
24
+ JOIN purchase_order po2 ON po2.requisition_id = pr.id AND po1.id != po2.id
25
+ -- only create group if there is more than one purchase
26
+ WHERE pr.type_id = {tender_type.id}
27
+ RETURNING old_purchase_requisition_id
28
+ """,
29
+ )
30
+ tender_requisition_ids = [x[0] for x in env.cr.fetchall()]
31
+ if tender_requisition_ids:
32
+ openupgrade.logged_query(
33
+ env.cr,
34
+ """
35
+ UPDATE purchase_order po
36
+ SET purchase_group_id = pog.id
37
+ FROM purchase_order_group pog
38
+ WHERE po.requisition_id = pog.old_purchase_requisition_id
39
+ """,
40
+ )
41
+ openupgrade.logged_query(
42
+ env.cr,
43
+ f"""
44
+ SELECT pr.id
45
+ FROM purchase_requisition pr
46
+ WHERE pr.type_id = {tender_type.id}
47
+ """,
48
+ )
49
+ obsolete_requisition_ids = [x[0] for x in env.cr.fetchall()]
50
+ if obsolete_requisition_ids:
51
+ openupgrade.logged_query(
52
+ env.cr,
53
+ f"""
54
+ UPDATE purchase_order po
55
+ SET requisition_id = NULL
56
+ FROM purchase_requisition pr
57
+ WHERE po.requisition_id = pr.id AND pr.type_id = {tender_type.id}
58
+ """,
59
+ )
60
+ openupgrade.logged_query(
61
+ env.cr,
62
+ """
63
+ UPDATE purchase_requisition pr
64
+ SET state = 'draft'
65
+ WHERE pr.state not in ('draft', 'cancel')
66
+ """,
67
+ )
68
+ env["purchase.requisition"].browse(obsolete_requisition_ids).unlink()
69
+
70
+
6
71
  @openupgrade.migrate()
7
72
  def migrate(env, version):
73
+ fill_purchase_order_group_from_tenders(env)
8
74
  openupgrade.delete_records_safely_by_xml_id(
9
75
  env,
10
76
  ["purchase_requisition.seq_purchase_tender", "purchase_requisition.type_multi"],
@@ -1,7 +1,7 @@
1
1
  new model purchase.order.group
2
2
  purchase_requisition / purchase.order / purchase_group_id (many2one) : NEW relation: purchase.order.group
3
3
  purchase_requisition / purchase.order.group / order_ids (one2many) : NEW relation: purchase.order
4
- # NOTHING TO DO: New feature of setting alternative POs, with no past equivalent
4
+ # DONE: post-migration: group purchases by their requisition if it has the deleted type "purchase_requisition.type_multi"
5
5
 
6
6
  new model purchase.requisition.alternative.warning [transient]
7
7
  new model purchase.requisition.create.alternative [transient]
@@ -1,7 +1,7 @@
1
1
  ---Models in module 'purchase_requisition_stock'---
2
2
  ---Fields in module 'purchase_requisition_stock'---
3
3
  purchase_requisition_stock / purchase.requisition / procurement_group_id (many2one): DEL relation: procurement.group
4
- # NOTHING TO DO: handle at purchase_requisition: the POs being directly linked to each other
4
+ # NOTHING TO DO: handled at purchase_requisition: the POs being directly linked to each other
5
5
 
6
6
  ---XML records in module 'purchase_requisition_stock'---
7
7
  NEW ir.ui.view: purchase_requisition_stock.purchase_order_form_inherit_purchase_requisition_stock
@@ -3,7 +3,6 @@ from openupgradelib import openupgrade
3
3
 
4
4
  @openupgrade.migrate()
5
5
  def migrate(env, version):
6
-
7
6
  # pre-migration of module base converted name column from utm_campaign
8
7
  # into jsonb, hence it suffices to copy the name column into title.
9
8
  openupgrade.copy_columns(env.cr, {"utm_campaign": [("name", "title", "jsonb")]})
@@ -367,10 +367,11 @@ 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:7da6722c8acab42de18d9615cd50404bcd12a077c3525e0c81d38c0fbc626b75
370
+ !! source digest: sha256:58792095dc539f1f4eccbc45de3679c28e3176d8bf3682b315d670e6f3877639
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&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
- <p>This module is a containers of migration script to migrate from 15.0 to 16.0 version.</p>
373
+ <p>This module is a containers of migration script to migrate from 15.0 to
374
+ 16.0 version.</p>
374
375
  <p><strong>Table of contents</strong></p>
375
376
  <div class="contents local topic" id="contents">
376
377
  <ul class="simple">
@@ -385,13 +386,14 @@ ul.auto-toc {
385
386
  </div>
386
387
  <div class="section" id="installation">
387
388
  <h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
388
- <p>This module does not need to be installed on a database.
389
- It simply needs to be available via your <tt class="docutils literal"><span class="pre">addons-path</span></tt>.</p>
389
+ <p>This module does not need to be installed on a database. It simply needs
390
+ to be available via your <tt class="docutils literal"><span class="pre">addons-path</span></tt>.</p>
390
391
  </div>
391
392
  <div class="section" id="configuration">
392
393
  <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
393
394
  <ul class="simple">
394
- <li>call your odoo instance with the option <tt class="docutils literal"><span class="pre">--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/</span></tt></li>
395
+ <li>call your odoo instance with the option
396
+ <tt class="docutils literal"><span class="pre">--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/</span></tt></li>
395
397
  </ul>
396
398
  <p>or</p>
397
399
  <ul class="simple">
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-openupgrade_scripts
3
- Version: 16.0.1.0.4.27
3
+ Version: 16.0.1.0.4.31
4
+ Requires-Python: >=3.10
5
+ Requires-Dist: odoo>=16.0a,<16.1dev
6
+ Requires-Dist: openupgradelib
4
7
  Summary: Module that contains all the migrations analysis and scripts for migrating Odoo SA modules.
5
8
  Home-page: https://github.com/OCA/OpenUpgrade
9
+ License: AGPL-3
6
10
  Author: Odoo Community Association (OCA)
7
11
  Author-email: support@odoo-community.org
8
- License: AGPL-3
9
12
  Classifier: Programming Language :: Python
10
13
  Classifier: Framework :: Odoo
11
14
  Classifier: Framework :: Odoo :: 16.0
12
15
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
13
- Requires-Python: >=3.10
14
- Requires-Dist: odoo<16.1dev,>=16.0a
15
- Requires-Dist: openupgradelib
16
16
 
17
17
  ===================
18
18
  Openupgrade Scripts
@@ -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:7da6722c8acab42de18d9615cd50404bcd12a077c3525e0c81d38c0fbc626b75
26
+ !! source digest: sha256:58792095dc539f1f4eccbc45de3679c28e3176d8bf3682b315d670e6f3877639
27
27
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
28
 
29
29
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -44,7 +44,8 @@ Openupgrade Scripts
44
44
 
45
45
  |badge1| |badge2| |badge3| |badge4| |badge5|
46
46
 
47
- This module is a containers of migration script to migrate from 15.0 to 16.0 version.
47
+ This module is a containers of migration script to migrate from 15.0 to
48
+ 16.0 version.
48
49
 
49
50
  **Table of contents**
50
51
 
@@ -54,22 +55,23 @@ This module is a containers of migration script to migrate from 15.0 to 16.0 ver
54
55
  Installation
55
56
  ============
56
57
 
57
- This module does not need to be installed on a database.
58
- It simply needs to be available via your ``addons-path``.
58
+ This module does not need to be installed on a database. It simply needs
59
+ to be available via your ``addons-path``.
59
60
 
60
61
  Configuration
61
62
  =============
62
63
 
63
- * call your odoo instance with the option ``--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/``
64
+ - call your odoo instance with the option
65
+ ``--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/``
64
66
 
65
67
  or
66
68
 
67
- * add the key to your configuration file:
69
+ - add the key to your configuration file:
68
70
 
69
- .. code-block:: shell
71
+ .. code:: shell
70
72
 
71
- [options]
72
- upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/
73
+ [options]
74
+ upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/
73
75
 
74
76
  Bug Tracker
75
77
  ===========
@@ -85,7 +87,7 @@ Credits
85
87
  =======
86
88
 
87
89
  Maintainers
88
- ~~~~~~~~~~~
90
+ -----------
89
91
 
90
92
  This module is maintained by the OCA.
91
93
 
@@ -1,10 +1,10 @@
1
- odoo/addons/openupgrade_scripts/README.rst,sha256=O6T06yZMeNt6_8kdXQfXON9h61CmHbZoS2h_6uYl-vw,3185
1
+ odoo/addons/openupgrade_scripts/README.rst,sha256=KeLwkuuPQFfEKRufHj0LT6fq2ZRD-Fz4kHZMBtw0iY8,3179
2
2
  odoo/addons/openupgrade_scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  odoo/addons/openupgrade_scripts/__manifest__.py,sha256=f_Fz9Z7dbYnl_OgZiGgnt-Jz2ynNNGKPDZMrnQKVT3k,616
4
- odoo/addons/openupgrade_scripts/apriori.py,sha256=k3QIcHO6-F7hay-fSCwzEe3w2BnnTf9AHjNUJCPvltM,6010
5
- odoo/addons/openupgrade_scripts/readme/CONFIGURE.rst,sha256=cy1swpDkuqi9-6q8L1M1QD058QyfBvAE2PN_mmdxvwI,255
6
- odoo/addons/openupgrade_scripts/readme/DESCRIPTION.rst,sha256=ckrM5YlY8awluPWIV7WOBynTOG_QKOjXrCsXD_RhmyU,86
7
- odoo/addons/openupgrade_scripts/readme/INSTALL.rst,sha256=tXbOmw3QIhO1KLIziMpXzuuY0tOhI8IGT2ktCArwfGM,115
4
+ odoo/addons/openupgrade_scripts/apriori.py,sha256=iRfG9NXon3U7Yx9jlF22qQ_F7FWaGzyKYpfCi2Iu-Eo,6087
5
+ odoo/addons/openupgrade_scripts/readme/CONFIGURE.md,sha256=rnx8ADTYzVUB93PIG3Lib0iWBrphSfVRs6RMikklf3M,238
6
+ odoo/addons/openupgrade_scripts/readme/DESCRIPTION.md,sha256=BjDqrcnpe1CH_nExaecb0_4Uuopm_EPyu-cWnQhWDyE,86
7
+ odoo/addons/openupgrade_scripts/readme/INSTALL.md,sha256=NDKVZRv0J8BTqcSTD7JwUXL_AY-cDJoegn5IUTbEOFk,113
8
8
  odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/noupdate_changes.xml,sha256=ahWlDPNnYXaxW_VTnuVUbkDZGNLKA3JxVVCXa4R2ecA,8413
9
9
  odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/post-migration.py,sha256=DLZ3i2cCDL3vL7bNw7Zsk1GdgHNGXPXEf5F94rxNYxM,2308
10
10
  odoo/addons/openupgrade_scripts/scripts/account/16.0.1.2/pre-migration.py,sha256=j6lSahH395lLAp3PiC8UVs1opIiyyK96OyrBpMAhlO8,19206
@@ -55,7 +55,7 @@ odoo/addons/openupgrade_scripts/scripts/barcodes_gs1_nomenclature/16.0.1.0/upgra
55
55
  odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/end-migration.py,sha256=y-9rMcssFgQHfiAXRLW6JF6NB2_8Bi0wY5teaZFLxME,1583
56
56
  odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/noupdate_changes.xml,sha256=z_fmacZ3saI3GiyJ7fHLtclFWXRPGIXEUwysmxr1A0k,4593
57
57
  odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/post-migration.py,sha256=OU-gRxyx7crZ6IpuG-UuGgc2sVPudHE-vhGO6ZwCL8c,457
58
- odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py,sha256=Db9jkeVy32g4O2Zc1lBhF0X1Q9Q6Ebtl73uloxRtjq8,6170
58
+ odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/pre-migration.py,sha256=KFhD4_TdBJeemaye6cfsHid2bCc1jIcnYgPNwZ_dr6E,6164
59
59
  odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/upgrade_analysis.txt,sha256=ThK2rCQVceI3NqoOiqt_SYedOd7c8--tsUZ8dmPUz_I,11314
60
60
  odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/upgrade_analysis_work.txt,sha256=eyd3tF1ctvWY6b9cPULRC9-KPKyKXolXVnE6Re2-nKw,11387
61
61
  odoo/addons/openupgrade_scripts/scripts/base/16.0.1.3/upgrade_general_log.txt,sha256=GsgXrqhdPCQn16HO8J5qHAnC7gyAtrzQkIvUCHgVgXo,20904
@@ -96,7 +96,7 @@ odoo/addons/openupgrade_scripts/scripts/crm_iap_mine/16.0.1.2/upgrade_analysis_w
96
96
  odoo/addons/openupgrade_scripts/scripts/crm_livechat/16.0.1.0/upgrade_analysis.txt,sha256=dLR4dzjp06adT5zhyuGREDVvj3587_IJNIaPsiyjBxY,1136
97
97
  odoo/addons/openupgrade_scripts/scripts/crm_livechat/16.0.1.0/upgrade_analysis_work.txt,sha256=m9FHu7awHx6VJpfQfE2qeh1ldIuvzJyuK9_zzZQpUcg,1193
98
98
  odoo/addons/openupgrade_scripts/scripts/data_recycle/16.0.1.3/upgrade_analysis.txt,sha256=9qPUSS6VGypt-BdA2-W3aTMDZx_6hBGesGriGEQqtC8,3681
99
- odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/post-migration.py,sha256=p7Dh98rfGP7rG0fiRzRLtGxS7g4CM9py5V_TbBMYCiI,6075
99
+ odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/post-migration.py,sha256=Vsi8g1flKcSkBOzCbweYG5gnp6VsFe8n9qqNXU0MHgs,6070
100
100
  odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/pre-migration.py,sha256=rvdWWXlHdRboVwTj08RXNV4PFel9HDrgYevSelvbDeg,830
101
101
  odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/upgrade_analysis.txt,sha256=XjBHU04-I55_ASt1Nx9KOPiLvIzITdCzCF64JiVntK8,1712
102
102
  odoo/addons/openupgrade_scripts/scripts/delivery/16.0.1.0/upgrade_analysis_work.txt,sha256=gWxZ1HxTlaEtDLTQ073ZtpIPlUV_JYoarrDv48aZcEs,2155
@@ -396,7 +396,7 @@ odoo/addons/openupgrade_scripts/scripts/loyalty/16.0.1.0/upgrade_analysis_work.t
396
396
  odoo/addons/openupgrade_scripts/scripts/loyalty_delivery/16.0.1.0/upgrade_analysis.txt,sha256=8TnNXqdMPDyxBHuN4C6DaxijUWSLag4XVe15HbTg4BI,419
397
397
  odoo/addons/openupgrade_scripts/scripts/lunch/16.0.1.0/upgrade_analysis.txt,sha256=Vx_uxoW1IhIJF-UcG6q09VSnBCeY0VjBc1YE71RXgZs,593
398
398
  odoo/addons/openupgrade_scripts/scripts/lunch/16.0.1.0/upgrade_analysis_work.txt,sha256=4szGZDLH6jY7ZNGZq0aSB6ozmAMyMWv47yZYult2gTg,660
399
- odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/end-migration.py,sha256=aX9Xy1GJatSTyUgalaUkJ8OjZILAqJ2SI6KPXJAXXvg,2223
399
+ odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/end-migration.py,sha256=DV0v9fCAvFcUAWNnnqQnLfu1ZO8_oK1rNKC43OPXPlU,2111
400
400
  odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/noupdate_changes.xml,sha256=kgRaVpx6XC92RBQY7NnLX-U4h7Hb7wiyfLeIDtw4lYY,1487
401
401
  odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/post-migration.py,sha256=npwS2ylEgDiqM-CY-XzYe1o2tkXCCo3lR_qNhQPCzKM,262
402
402
  odoo/addons/openupgrade_scripts/scripts/mail/16.0.1.10/pre-migration.py,sha256=quv-1Izy-hylmyrNrhviVz0AxmP3zLIittmPxo0ry80,7372
@@ -553,12 +553,12 @@ odoo/addons/openupgrade_scripts/scripts/purchase_mrp/16.0.1.0/upgrade_analysis.t
553
553
  odoo/addons/openupgrade_scripts/scripts/purchase_mrp/16.0.1.0/upgrade_analysis_work.txt,sha256=MZkCRse5UvkH4J7vJqLiTA_B16qD126vv7r-Ldz45XI,261
554
554
  odoo/addons/openupgrade_scripts/scripts/purchase_price_diff/16.0.1.1/upgrade_analysis.txt,sha256=2l0XlbqnoZrzqOSlmOs454g9chxTfBePihRGTtRDVFM,675
555
555
  odoo/addons/openupgrade_scripts/scripts/purchase_product_matrix/16.0.1.0/upgrade_analysis.txt,sha256=ziZfZQGATL_2VPdgw-7hgS7661nkDbbYuT_SgMrpFmw,192
556
- odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/post-migration.py,sha256=SBy-cnNwymgDKGtUohLMw88cm9j6RJFPkFJ_QbxuGTM,361
556
+ odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/post-migration.py,sha256=vIlR87WWDD6cM7AGg0odwwwRx5rjV8VgMSTmXEvwl8c,2639
557
557
  odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/pre-migration.py,sha256=Hk9x4_Ac4Fq3VCSbg7TJv0k_8w3I-sCV_pfZBYg3OFA,508
558
558
  odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/upgrade_analysis.txt,sha256=hu4bNoVAuOmaDuK0IQDQV5y3J0lg4r58gCoH6fYrLEM,2295
559
- odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/upgrade_analysis_work.txt,sha256=4IENy2UZb-C4xYd2ZC_NGRLk7ecx3AiiXYvQ48k5tkU,2577
559
+ odoo/addons/openupgrade_scripts/scripts/purchase_requisition/16.0.0.1/upgrade_analysis_work.txt,sha256=SKoXzFl7RvH_8-v7iAHAiD05V2HA4x04jmXKYoDgF3I,2618
560
560
  odoo/addons/openupgrade_scripts/scripts/purchase_requisition_stock/16.0.1.2/upgrade_analysis.txt,sha256=dmjMOLEfLnKWEfqynh-dOtbg8CmU1sLEE4gsZcsZ-ks,491
561
- odoo/addons/openupgrade_scripts/scripts/purchase_requisition_stock/16.0.1.2/upgrade_analysis_work.txt,sha256=94jWrbWEUcJEFELwa4c4v1UXo6BC1l-kXgdVj3b18OM,623
561
+ odoo/addons/openupgrade_scripts/scripts/purchase_requisition_stock/16.0.1.2/upgrade_analysis_work.txt,sha256=9YAXG1LLqe3RkqfoNkCTYlMDsdfaT0i7RJArIR-0u6E,624
562
562
  odoo/addons/openupgrade_scripts/scripts/purchase_stock/16.0.1.2/pre-migration.py,sha256=gDGPEvpqn2TY0U1qKin7w5JY2p6CokhTIq3tk-ddWfM,1539
563
563
  odoo/addons/openupgrade_scripts/scripts/purchase_stock/16.0.1.2/upgrade_analysis.txt,sha256=ubjqaHWBjLwCd33dZaMpR37J5PVIXWCABnw6dpWjALY,702
564
564
  odoo/addons/openupgrade_scripts/scripts/purchase_stock/16.0.1.2/upgrade_analysis_work.txt,sha256=-xhjYmpVgBLSUdj8kMF0o65-rIieuWhbkrSv5Sqw4GM,1009
@@ -658,7 +658,7 @@ odoo/addons/openupgrade_scripts/scripts/survey/16.0.3.5/upgrade_analysis_work.tx
658
658
  odoo/addons/openupgrade_scripts/scripts/transifex/16.0.1.0/upgrade_analysis.txt,sha256=3vfZSjXSINOH_SE9C8mH77q-t2H8KxatKzbAQ5HY7Uc,1120
659
659
  odoo/addons/openupgrade_scripts/scripts/uom/16.0.1.0/upgrade_analysis.txt,sha256=a5PetNi2DgHpGqqOp4U9sM8bpk7yayokWIU5MOfSTu4,137
660
660
  odoo/addons/openupgrade_scripts/scripts/uom/16.0.1.0/upgrade_analysis_work.txt,sha256=byYT_AMkKr8rU-mX88VuQZjIKKtxltSuL-ph5q5EScE,189
661
- odoo/addons/openupgrade_scripts/scripts/utm/16.0.1.1/pre-migration.py,sha256=At1pQprNmYeQz4dL5YZRuEHV1mOboCR9jNhpwN5R0pE,324
661
+ odoo/addons/openupgrade_scripts/scripts/utm/16.0.1.1/pre-migration.py,sha256=fHNQuYHMvnKOaYM23tIDmjdNEN2SQY3G1qB4hQiz-Kw,323
662
662
  odoo/addons/openupgrade_scripts/scripts/utm/16.0.1.1/upgrade_analysis.txt,sha256=0N1d3a-t84jBrw3kuJSYidLGnvms0huDIjLrovURC6E,508
663
663
  odoo/addons/openupgrade_scripts/scripts/utm/16.0.1.1/upgrade_analysis_work.txt,sha256=f47FAXe-O_SCE1-ivhLuPWQJ2JbG5pYBxpOEVW7Ro0I,610
664
664
  odoo/addons/openupgrade_scripts/scripts/web/16.0.1.0/upgrade_analysis.txt,sha256=iqm8U32RS-8FtHdf9EFqk9nN5OrpWn_p28-lGqa-pRY,239
@@ -763,8 +763,8 @@ odoo/addons/openupgrade_scripts/scripts/website_slides_survey/16.0.1.0/upgrade_a
763
763
  odoo/addons/openupgrade_scripts/scripts/website_twitter/16.0.1.0/upgrade_analysis.txt,sha256=_ywbj94l0RY95_DJk41aqWcPBKu7O0icArQySZCAziM,168
764
764
  odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
765
765
  odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
766
- odoo/addons/openupgrade_scripts/static/description/index.html,sha256=In9_GT_zstffKTETBxiyjfSzZz_5JtVugN-08tmDS6o,12722
767
- odoo_addon_openupgrade_scripts-16.0.1.0.4.27.dist-info/METADATA,sha256=G7w4Xcy50ecmHJHq1my1NUpmg_alRtn7zWKxsdOBZxw,3790
768
- odoo_addon_openupgrade_scripts-16.0.1.0.4.27.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
769
- odoo_addon_openupgrade_scripts-16.0.1.0.4.27.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
770
- odoo_addon_openupgrade_scripts-16.0.1.0.4.27.dist-info/RECORD,,
766
+ odoo/addons/openupgrade_scripts/static/description/index.html,sha256=lhClLPKVfyr35iwnz9k0nWIaXit5yPHXUyoekhL3rsc,12722
767
+ odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info/METADATA,sha256=P0Tld_YAE_dWCZMTPmCcL44c9TOCgnYhdmCEH0hMru8,3784
768
+ odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
769
+ odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
770
+ odoo_addon_openupgrade_scripts-16.0.1.0.4.31.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: Whool 1.2
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,10 +0,0 @@
1
- * call your odoo instance with the option ``--upgrade-path=/PATH_TO_openupgrade_scripts_MODULE/scripts/``
2
-
3
- or
4
-
5
- * add the key to your configuration file:
6
-
7
- .. code-block:: shell
8
-
9
- [options]
10
- upgrade_path = /PATH_TO_openupgrade_scripts_MODULE/scripts/
@@ -1,2 +0,0 @@
1
- This module does not need to be installed on a database.
2
- It simply needs to be available via your ``addons-path``.