odoo-addon-openupgrade-scripts 17.0.1.0.1.27__py3-none-any.whl → 17.0.1.0.1.30__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.
@@ -0,0 +1,12 @@
1
+ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
2
+ from openupgradelib import openupgrade
3
+
4
+ _deleted_xml_records = ["auth_signup.reset_password_email"]
5
+
6
+
7
+ @openupgrade.migrate()
8
+ def migrate(env, version):
9
+ openupgrade.delete_records_safely_by_xml_id(
10
+ env,
11
+ _deleted_xml_records,
12
+ )
@@ -0,0 +1,11 @@
1
+ ---Models in module 'auth_signup'---
2
+ ---Fields in module 'auth_signup'---
3
+ ---XML records in module 'auth_signup'---
4
+ NEW ir.ui.view: auth_signup.alert_login_new_device
5
+
6
+ # NOTHING TO DO
7
+
8
+ NEW ir.ui.view: auth_signup.reset_password_email
9
+ DEL mail.template: auth_signup.reset_password_email (noupdate)
10
+
11
+ # DONE: delete the xmlid in pre-migration
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-openupgrade_scripts
3
- Version: 17.0.1.0.1.27
3
+ Version: 17.0.1.0.1.30
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo>=17.0a,<17.1dev
6
6
  Requires-Dist: openupgradelib
@@ -27,7 +27,9 @@ odoo/addons/openupgrade_scripts/scripts/analytic/17.0.1.1/upgrade_analysis.txt,s
27
27
  odoo/addons/openupgrade_scripts/scripts/auth_ldap/17.0.1.0/upgrade_analysis.txt,sha256=QB9DfdWzmE0oR4fsd-qPQ9JF5W_uZFNYpvKmNVs_TZw,150
28
28
  odoo/addons/openupgrade_scripts/scripts/auth_oauth/17.0.1.0/upgrade_analysis.txt,sha256=FxJ3tHzlvJtzEN8spiXAXZf7832DrzQ71MkfayvDt_o,153
29
29
  odoo/addons/openupgrade_scripts/scripts/auth_signup/17.0.1.0/noupdate_changes.xml,sha256=V7cwFVd1beUN7HYPkT1KB1HHc7WVwtPe0LWviVylITA,12678
30
+ odoo/addons/openupgrade_scripts/scripts/auth_signup/17.0.1.0/pre-migration.py,sha256=Iu2tudKPaB0iTpKmo81mwFe_pO1tECvg75C2ErMRSIE,319
30
31
  odoo/addons/openupgrade_scripts/scripts/auth_signup/17.0.1.0/upgrade_analysis.txt,sha256=EKdCu5FHnTUpceYltMg4yhM8I0IwbuohkoVBa8SWK54,279
32
+ odoo/addons/openupgrade_scripts/scripts/auth_signup/17.0.1.0/upgrade_analysis_work.txt,sha256=FfkAzYQrhlFS-cgZF_01pDkNuUoNyj8LsZ3YnK6uKBs,340
31
33
  odoo/addons/openupgrade_scripts/scripts/auth_totp/17.0.1.0/upgrade_analysis.txt,sha256=kM7HlwgVRwa67MFDCi_fRAf8vNOzdUTK-xEHI5lkajo,150
32
34
  odoo/addons/openupgrade_scripts/scripts/auth_totp_mail/17.0.1.0/upgrade_analysis.txt,sha256=_wKImBYVLiHWkRoeKbDLt1YTXQ49JmgTgnMWKynCDlE,188
33
35
  odoo/addons/openupgrade_scripts/scripts/auth_totp_mail_enforce/17.0.1.0/upgrade_analysis.txt,sha256=FMeF8St_Piud_mwB9YE4jRpVTa--NsX0-TgUzamELME,189
@@ -503,7 +505,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
503
505
  odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
504
506
  odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
505
507
  odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
506
- odoo_addon_openupgrade_scripts-17.0.1.0.1.27.dist-info/METADATA,sha256=_DbnvE8WSmo8vTWxxxzlp1r-MQ6FcnBbjbxvPTVynCA,3785
507
- odoo_addon_openupgrade_scripts-17.0.1.0.1.27.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
508
- odoo_addon_openupgrade_scripts-17.0.1.0.1.27.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
509
- odoo_addon_openupgrade_scripts-17.0.1.0.1.27.dist-info/RECORD,,
508
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.30.dist-info/METADATA,sha256=kiQGdvYlT83SWxISKEYjVGv-njH-OrzNwFtJSGGQhTU,3785
509
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.30.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
510
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.30.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
511
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.30.dist-info/RECORD,,