Skip to content

Commit

Permalink
[MIG] iot_ras_oca: migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kluna1998 committed Feb 19, 2025
1 parent 08f65d8 commit a10c3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iot_ras_oca/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "IoT Templates",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"category": "IoT",
"author": "CreuBlanca",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion iot_ras_oca/tests/test_ras.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_generation(self):
attendance = self.env["hr.attendance"].search(
[("employee_id", "=", self.employee.id)]
)
attendance.refresh()
attendance.invalidate_recordset()
self.assertTrue(attendance)
self.assertEqual(1, len(attendance))
self.assertTrue(attendance.check_out)

0 comments on commit a10c3f2

Please sign in to comment.