Skip to content

Commit

Permalink
Merge PR #4048 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by MiquelRForgeFlow
  • Loading branch information
OCA-git-bot committed Jan 23, 2025
2 parents 77ed221 + d64e3d9 commit ff96ce3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| hr_org_chart | Nothing to do |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| hr_presence | |No DB layout changes. |
| hr_presence | Done |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| hr_recruitment | Done | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
13 changes: 13 additions & 0 deletions openupgrade_scripts/scripts/hr_presence/16.0.1.0/post-migration.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from openupgradelib import openupgrade


@openupgrade.migrate()
def migrate(env, version):
openupgrade.load_data(env.cr, "hr_presence", "16.0.1.0/noupdate_changes.xml")
openupgrade.delete_record_translations(
env.cr,
"hr_presence",
[
"mail_template_presence",
],
)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---Models in module 'hr_presence'---
---Fields in module 'hr_presence'---
---XML records in module 'hr_presence'---
---nothing has changed in this module--
# NOTHING TO DO

0 comments on commit ff96ce3

Please sign in to comment.