odoo-addon-openupgrade-scripts 16.0.1.0.4.12__py3-none-any.whl → 16.0.1.0.4.14__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,13 @@
1
+ from openupgradelib import openupgrade
2
+
3
+
4
+ @openupgrade.migrate()
5
+ def migrate(env, version):
6
+ openupgrade.load_data(env.cr, "hr_presence", "16.0.1.0/noupdate_changes.xml")
7
+ openupgrade.delete_record_translations(
8
+ env.cr,
9
+ "hr_presence",
10
+ [
11
+ "mail_template_presence",
12
+ ],
13
+ )
@@ -0,0 +1,5 @@
1
+ ---Models in module 'hr_presence'---
2
+ ---Fields in module 'hr_presence'---
3
+ ---XML records in module 'hr_presence'---
4
+ ---nothing has changed in this module--
5
+ # NOTHING TO DO
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-openupgrade_scripts
3
- Version: 16.0.1.0.4.12
3
+ Version: 16.0.1.0.4.14
4
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)
@@ -180,7 +180,9 @@ odoo/addons/openupgrade_scripts/scripts/hr_maintenance/16.0.1.0/upgrade_analysis
180
180
  odoo/addons/openupgrade_scripts/scripts/hr_org_chart/16.0.1.0/upgrade_analysis.txt,sha256=Uky8qbUr2mAREwEQdj3oO497YPalkGe6-ZVRq_G08-g,159
181
181
  odoo/addons/openupgrade_scripts/scripts/hr_org_chart/16.0.1.0/upgrade_analysis_work.txt,sha256=l4uGZYaLfvZCDvTirx1hSf7NNIHEnbxpdG_U9-DFGhA,176
182
182
  odoo/addons/openupgrade_scripts/scripts/hr_presence/16.0.1.0/noupdate_changes.xml,sha256=hoA58bVaIj2C9VzL_sgxR8uOyEoqau1ivnlHVw2LPO0,310
183
+ odoo/addons/openupgrade_scripts/scripts/hr_presence/16.0.1.0/post-migration.py,sha256=2wrAOk0HkQ0HxCaYeT2pd0RuMcaMYLexs8WnWA79CwQ,321
183
184
  odoo/addons/openupgrade_scripts/scripts/hr_presence/16.0.1.0/upgrade_analysis.txt,sha256=mBkYdBGJaMjyA8jiDOd8MPqOmFxNOGEx_xYuJM6PiOs,156
185
+ odoo/addons/openupgrade_scripts/scripts/hr_presence/16.0.1.0/upgrade_analysis_work.txt,sha256=uVJdukKVrplivX_OcTL1WKDUR6HThKUntEO6wyIQWQM,172
184
186
  odoo/addons/openupgrade_scripts/scripts/hr_recruitment/16.0.1.1/noupdate_changes.xml,sha256=9UsAw0R-vBwHUPqyCmT233Sx11n6_zqxvV2EICvssr0,10647
185
187
  odoo/addons/openupgrade_scripts/scripts/hr_recruitment/16.0.1.1/post-migration.py,sha256=b-otaZ6FKIVhp4lJS2jV8SqL9ckOur_tQm-UyuET-cE,412
186
188
  odoo/addons/openupgrade_scripts/scripts/hr_recruitment/16.0.1.1/upgrade_analysis.txt,sha256=m_I6AkEc-cefE8aUmnwWAAs-Ni0Sm3gjY1YcJ69ZFGo,3420
@@ -757,7 +759,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/16.0.1.0/upgrade_analysi
757
759
  odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
758
760
  odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
759
761
  odoo/addons/openupgrade_scripts/static/description/index.html,sha256=In9_GT_zstffKTETBxiyjfSzZz_5JtVugN-08tmDS6o,12722
760
- odoo_addon_openupgrade_scripts-16.0.1.0.4.12.dist-info/METADATA,sha256=SJIB6aWUlk7-LlD0mPZFsxSdkvaDzExyAUbrZZTSsgo,3790
761
- odoo_addon_openupgrade_scripts-16.0.1.0.4.12.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
762
- odoo_addon_openupgrade_scripts-16.0.1.0.4.12.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
763
- odoo_addon_openupgrade_scripts-16.0.1.0.4.12.dist-info/RECORD,,
762
+ odoo_addon_openupgrade_scripts-16.0.1.0.4.14.dist-info/METADATA,sha256=SiplptEa2jTRpW3b2ahuqABoyCoOaGgZ8WN_RoC0LV8,3790
763
+ odoo_addon_openupgrade_scripts-16.0.1.0.4.14.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
764
+ odoo_addon_openupgrade_scripts-16.0.1.0.4.14.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
765
+ odoo_addon_openupgrade_scripts-16.0.1.0.4.14.dist-info/RECORD,,