odoo-addon-openupgrade-scripts 17.0.1.0.1.269__py3-none-any.whl → 17.0.1.0.1.272__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,5 @@
1
+ ---Models in module 'hr_gamification'---
2
+ ---Fields in module 'hr_gamification'---
3
+ ---XML records in module 'hr_gamification'---
4
+ ---nothing has changed in this module--
5
+ # NOTHING TO DO
@@ -0,0 +1,15 @@
1
+ # Copyright 2025 Tecnativa - Carlos Lopez
2
+ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
3
+
4
+ from openupgradelib import openupgrade
5
+
6
+
7
+ @openupgrade.migrate()
8
+ def migrate(env, version):
9
+ group_holidays_user = env.ref("hr_holidays.group_hr_holidays_user", False)
10
+ # In v17 the group_hr_attendance_user was renamed to group_hr_attendance_officer
11
+ # so, we need to remove this group from the implied_ids
12
+ # see https://github.com/odoo/odoo/commit/bf67f1e20e0bc0cfc48f32114383f36fa0b09dfe
13
+ group_hr_attendance = env.ref("hr_attendance.group_hr_attendance_officer", False)
14
+ if group_holidays_user and group_hr_attendance:
15
+ group_holidays_user.write({"implied_ids": [(3, group_hr_attendance.id)]})
@@ -0,0 +1,8 @@
1
+ ---Models in module 'hr_holidays_attendance'---
2
+ ---Fields in module 'hr_holidays_attendance'---
3
+ hr_holidays_attendance / hr.leave.accrual.level / frequency_hourly_source (selection): NEW selection_keys: ['attendance', 'calendar'], hasdefault: default
4
+ # NOTHING TO DO: New feature
5
+ ---XML records in module 'hr_holidays_attendance'---
6
+ NEW ir.ui.view: hr_holidays_attendance.hr_leave_accrual_level_view_form
7
+ DEL ir.ui.view: hr_holidays_attendance.hr_employee_view_form
8
+ # NOTHING TO DO: Handled by ORM
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-openupgrade_scripts
3
- Version: 17.0.1.0.1.269
3
+ Version: 17.0.1.0.1.272
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo>=17.0a,<17.1dev
6
6
  Requires-Dist: openupgradelib
@@ -160,12 +160,15 @@ odoo/addons/openupgrade_scripts/scripts/hr_expense/17.0.2.0/upgrade_analysis.txt
160
160
  odoo/addons/openupgrade_scripts/scripts/hr_expense/17.0.2.0/upgrade_analysis_work.txt,sha256=zGZVPfO2xFpH6-1YyXV1NhPEXCWlCh9kYiHUG8PxqjA,6595
161
161
  odoo/addons/openupgrade_scripts/scripts/hr_fleet/17.0.1.0/upgrade_analysis.txt,sha256=AH2qC-3jaxRo-eCAnuK_WTlhVhQFCRS73OKLyyggR9U,361
162
162
  odoo/addons/openupgrade_scripts/scripts/hr_gamification/17.0.1.0/upgrade_analysis.txt,sha256=cMaEUAXfvHRW3vwIZMIrGROH5eDQjRAbqLkraqvEj-4,168
163
+ odoo/addons/openupgrade_scripts/scripts/hr_gamification/17.0.1.0/upgrade_analysis_work.txt,sha256=EyD1uG96LChWd0oOdyZjwoyeqj2f5Oarl2WtW7VpxJE,184
163
164
  odoo/addons/openupgrade_scripts/scripts/hr_holidays/17.0.1.6/noupdate_changes.xml,sha256=9dOGU4iK5Gl2MEq-x3wshERglih14wZYrbMH-LUYlf0,1916
164
165
  odoo/addons/openupgrade_scripts/scripts/hr_holidays/17.0.1.6/post-migration.py,sha256=FkDpeoZNAImxlH-LvuWu5tYGdCR9qjmOlHbrfSMOiTc,1273
165
166
  odoo/addons/openupgrade_scripts/scripts/hr_holidays/17.0.1.6/pre-migration.py,sha256=IoQrhfXvybPbYcGzn8p617S-8yol2KzLDWSD5xvk1OU,4142
166
167
  odoo/addons/openupgrade_scripts/scripts/hr_holidays/17.0.1.6/upgrade_analysis.txt,sha256=flWyUrKNGlbsBeLBaQvOsTAou1pweol29cRpTdLkp8s,10388
167
168
  odoo/addons/openupgrade_scripts/scripts/hr_holidays/17.0.1.6/upgrade_analysis_work.txt,sha256=hJY_neDbPxBYDS_8lfAquDXqG_rQRiCGOmx8_9J5zfo,12355
169
+ odoo/addons/openupgrade_scripts/scripts/hr_holidays_attendance/17.0.1.0/post-migration.py,sha256=KY-e-NKzPiiGOqwBrpYUmzjgZfTPNxhM1UmJClkynVM,730
168
170
  odoo/addons/openupgrade_scripts/scripts/hr_holidays_attendance/17.0.1.0/upgrade_analysis.txt,sha256=C1HtkWT1AE5_bnw2wey2xca4d1aAHM1zMAL5JwbzCys,439
171
+ odoo/addons/openupgrade_scripts/scripts/hr_holidays_attendance/17.0.1.0/upgrade_analysis_work.txt,sha256=vXWirOnLYWn18HLLgo_bgdVu61UbxeU3hEACfqgGfuE,500
169
172
  odoo/addons/openupgrade_scripts/scripts/hr_homeworking/17.0.1.0/upgrade_analysis.txt,sha256=rK4daLDP1VqHK9Pkf7_nc3wgs8dncc5msOekWr31Scg,2616
170
173
  odoo/addons/openupgrade_scripts/scripts/hr_hourly_cost/17.0.1.0/upgrade_analysis.txt,sha256=TuvRvqvFxqrIEX9EyxEIJUFPbycloeTMjmSua_BK-Nk,165
171
174
  odoo/addons/openupgrade_scripts/scripts/hr_livechat/17.0.1.0/upgrade_analysis.txt,sha256=W8JExkRgrCIHqf6N4vyP_8sqeyhVrzTLFoRkM-z9-sg,172
@@ -713,7 +716,7 @@ odoo/addons/openupgrade_scripts/scripts/website_twitter/17.0.1.0/upgrade_analysi
713
716
  odoo/addons/openupgrade_scripts/static/description/banner.png,sha256=KTIBu4gfxeZVw9zjs_fivTgFEOeaAorlBxajmCA1p6k,26859
714
717
  odoo/addons/openupgrade_scripts/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
715
718
  odoo/addons/openupgrade_scripts/static/description/index.html,sha256=iV41-zYBM4uvZPuunpcr7bQeRgBaojVsKo_gkeyJyA4,12639
716
- odoo_addon_openupgrade_scripts-17.0.1.0.1.269.dist-info/METADATA,sha256=8tBzwYAiDcePKRlgh61F8hM2uRDoMC0nL4UPQrp9WHY,3786
717
- odoo_addon_openupgrade_scripts-17.0.1.0.1.269.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
718
- odoo_addon_openupgrade_scripts-17.0.1.0.1.269.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
719
- odoo_addon_openupgrade_scripts-17.0.1.0.1.269.dist-info/RECORD,,
719
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.272.dist-info/METADATA,sha256=u7tM69mlSaox_KLbGjTe3UuYP2AlPGmJzaOMyoxLk3w,3786
720
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.272.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
721
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.272.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
722
+ odoo_addon_openupgrade_scripts-17.0.1.0.1.272.dist-info/RECORD,,