odoo-addon-openupgrade-scripts 17.0.1.0.1.433__py3-none-any.whl → 17.0.1.0.1.437__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.

Potentially problematic release.


This version of odoo-addon-openupgrade-scripts might be problematic. Click here for more details.

@@ -0,0 +1,5 @@
1
+ ---Models in module 'account_debit_note'---
2
+ ---Fields in module 'account_debit_note'---
3
+ ---XML records in module 'account_debit_note'---
4
+ NEW ir.actions.server: account_debit_note.action_move_debit_note
5
+ # NOTHING TO DO: New feature
@@ -1,8 +1,24 @@
1
- # Copyright 2024 Tecnativa - Víctor Martínez
1
+ # Copyright 2024-2025 Tecnativa - Víctor Martínez
2
2
  # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3
3
  from openupgradelib import openupgrade
4
4
 
5
5
 
6
+ def _maintenance_plan(env):
7
+ """Rename the fields if the maintenance_plan module was installed."""
8
+ if openupgrade.column_exists(env.cr, "maintenance_request", "note"):
9
+ openupgrade.rename_fields(
10
+ env,
11
+ [
12
+ (
13
+ "maintenance.request",
14
+ "maintenance_request",
15
+ "note",
16
+ "instruction_text",
17
+ ),
18
+ ],
19
+ )
20
+
21
+
6
22
  def _maintenance_request_company_id(env):
7
23
  """We set the company_id value for requests that do not have it.
8
24
  We get the value of what will be deductively most appropriate (equipment, team or
@@ -34,3 +50,4 @@ def _maintenance_request_company_id(env):
34
50
  @openupgrade.migrate()
35
51
  def migrate(env, version):
36
52
  _maintenance_request_company_id(env)
53
+ _maintenance_plan(env)
@@ -0,0 +1,12 @@
1
+ ---Models in module 'website_sale_product_configurator'---
2
+ ---Fields in module 'website_sale_product_configurator'---
3
+ ---XML records in module 'website_sale_product_configurator'---
4
+ NEW ir.ui.view: website_sale_product_configurator.configure_optional_products
5
+ NEW ir.ui.view: website_sale_product_configurator.optional_product_items
6
+ NEW ir.ui.view: website_sale_product_configurator.optional_products_modal
7
+ NEW ir.ui.view: website_sale_product_configurator.product_quantity_config
8
+ DEL ir.ui.view: website_sale_product_configurator.configure_optional_products_website
9
+ DEL ir.ui.view: website_sale_product_configurator.optional_product_items_website
10
+ DEL ir.ui.view: website_sale_product_configurator.product_quantity_config_website
11
+ DEL ir.ui.view: website_sale_stock_product_configurator.website_sale_stock_modal
12
+ # NOTHING TO DO: New views do not have an inherit_id field set, so let the ORM recreate the records.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-openupgrade_scripts
3
- Version: 17.0.1.0.1.433
3
+ Version: 17.0.1.0.1.437
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo>=17.0a,<17.1dev
6
6
  Requires-Dist: openupgradelib
@@ -18,6 +18,7 @@ odoo/addons/openupgrade_scripts/scripts/account_audit_trail/17.0.1.0/upgrade_ana
18
18
  odoo/addons/openupgrade_scripts/scripts/account_check_printing/17.0.1.0/upgrade_analysis.txt,sha256=LLJ88stlAeeCNgxAIiORZjQjbY-Sir138GI_FBpjIeE,189
19
19
  odoo/addons/openupgrade_scripts/scripts/account_check_printing/17.0.1.0/upgrade_analysis_work.txt,sha256=KGiK7aEaAOcCWowClsYvFVZ9A8KwTBwM0JA16PNQcA0,203
20
20
  odoo/addons/openupgrade_scripts/scripts/account_debit_note/17.0.1.0/upgrade_analysis.txt,sha256=oir9cI7nADk67Hu51_8WZ6zg6obvGn-KZ8nC_85RKwQ,202
21
+ odoo/addons/openupgrade_scripts/scripts/account_debit_note/17.0.1.0/upgrade_analysis_work.txt,sha256=9_KdRCWGWkpOQlNQy9kZr65zBbGFA3weRXqZkDpk1Z0,231
21
22
  odoo/addons/openupgrade_scripts/scripts/account_edi/17.0.1.0/noupdate_changes.xml,sha256=hZQIaHT1HSoT2REXWCzUI5eJYPvdyizNEE0KE6w4kmY,186
22
23
  odoo/addons/openupgrade_scripts/scripts/account_edi/17.0.1.0/post-migration.py,sha256=610acFmOcTW4gOKOhcOh65M4SxHUZIJ7GEAaXHwM4ZU,408
23
24
  odoo/addons/openupgrade_scripts/scripts/account_edi/17.0.1.0/upgrade_analysis.txt,sha256=iLUrDHhhQoStWrY1ANmqS50P7QbZrSR1jdSF8tm5fak,243
@@ -437,7 +438,7 @@ odoo/addons/openupgrade_scripts/scripts/mail_group/17.0.1.1/upgrade_analysis.txt
437
438
  odoo/addons/openupgrade_scripts/scripts/mail_plugin/17.0.1.0/upgrade_analysis.txt,sha256=h6XIVfM3wiiw-zTZJGStrvhE2Yl99HnLUU2aMhwzQlQ,154
438
439
  odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/noupdate_changes.xml,sha256=uygqhU4b0ic9c3pZgCJNm7lo7i7Ak1rpgAaWDzzN3ec,324
439
440
  odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/post-migration.py,sha256=hL257AUHhj3iy0r2Oe1ZhNehc8PzHE7W4-skFBw9jgs,1392
440
- odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/pre-migration.py,sha256=2BTuTKmF53Qzzf8dlszw289dz7JnmVseE-KsJQ9iBro,1252
441
+ odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/pre-migration.py,sha256=6kAkHUFc521UBejWAzWVIdZXDSrqDn_fjXhkrYdIy2U,1743
441
442
  odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/upgrade_analysis.txt,sha256=fh-mn82bXY9wHefpPp-eTr1mNghugC38UbRRHj9xZuc,2566
442
443
  odoo/addons/openupgrade_scripts/scripts/maintenance/17.0.1.0/upgrade_analysis_work.txt,sha256=b_AmFGalsaPfAjCrXiX3uX3iMmPpdTpJ5FI-RGWFFM0,2760
443
444
  odoo/addons/openupgrade_scripts/scripts/mass_mailing/17.0.2.7/noupdate_changes.xml,sha256=RKyrNMRIRgC-aVyUGSRPCIHhGgJPSoCelpxc0vqk1Qc,1285
@@ -785,6 +786,7 @@ odoo/addons/openupgrade_scripts/scripts/website_sale_picking/17.0.1.0/pre-migrat
785
786
  odoo/addons/openupgrade_scripts/scripts/website_sale_picking/17.0.1.0/upgrade_analysis.txt,sha256=QFmAuMEs1aKofEWJCCXQ8-5Z-uviliKiwoSg8cB_WS4,405
786
787
  odoo/addons/openupgrade_scripts/scripts/website_sale_picking/17.0.1.0/upgrade_analysis_work.txt,sha256=HxpEszVXd0dKIh7OGmknn08YtoXNjfn8Hi4qcPFjxEA,573
787
788
  odoo/addons/openupgrade_scripts/scripts/website_sale_product_configurator/17.0.1.0/upgrade_analysis.txt,sha256=YG9z6ZZ57_niOK0hyT9oBR3qsOgp7uk137B_VfeLKzY,811
789
+ odoo/addons/openupgrade_scripts/scripts/website_sale_product_configurator/17.0.1.0/upgrade_analysis_work.txt,sha256=t1MfUdzwmHxU2Li7LQgPSPewH___wgKTqt47zNoNvaU,912
788
790
  odoo/addons/openupgrade_scripts/scripts/website_sale_slides/17.0.1.0/upgrade_analysis.txt,sha256=zSCD3PSy3II0eoBSPAjfyFHDix1gwSJebRjGnbVny8c,375
789
791
  odoo/addons/openupgrade_scripts/scripts/website_sale_slides/17.0.1.0/upgrade_analysis_work.txt,sha256=Z0MiJFccyeSml8JujGkPqCjTeNEU5UMxlXkRTXy-bD4,439
790
792
  odoo/addons/openupgrade_scripts/scripts/website_sale_stock/17.0.1.0/upgrade_analysis.txt,sha256=83FSWs7pVR2819cnLXLKq5mTdA6TOz86OK1H2mEsKK8,177
@@ -808,7 +810,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
808
810
  odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
809
811
  odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
810
812
  odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
811
- odoo_addon_openupgrade_scripts-17.0.1.0.1.433.dist-info/METADATA,sha256=JtML7UsP_DlVF75PsXfka3iYyb70_MOAgVv8ERYOV84,3823
812
- odoo_addon_openupgrade_scripts-17.0.1.0.1.433.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
813
- odoo_addon_openupgrade_scripts-17.0.1.0.1.433.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
814
- odoo_addon_openupgrade_scripts-17.0.1.0.1.433.dist-info/RECORD,,
813
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.437.dist-info/METADATA,sha256=okukkzGCgK_JdIjXs42roDj83KLj5IY3KQxdPgUorQk,3823
814
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.437.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
815
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.437.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
816
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.437.dist-info/RECORD,,