Skip to content

Commit

Permalink
[16.0][MIG] hr_course: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoRomera committed Dec 20, 2022
1 parent 95aed4a commit 31997f0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 74 deletions.
4 changes: 2 additions & 2 deletions hr_course/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"name": "HR Course",
"summary": """
This module allows your to manage employee's training courses""",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"author": "Creu Blanca, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/hr",
"depends": ["hr", "mail"],
"data": [
Expand Down
9 changes: 0 additions & 9 deletions hr_course/migrations/14.0.2.0.0/noupdate_changes.xml

This file was deleted.

41 changes: 0 additions & 41 deletions hr_course/migrations/14.0.2.0.0/post-migration.py

This file was deleted.

20 changes: 0 additions & 20 deletions hr_course/migrations/14.0.2.0.0/pre-migration.py

This file was deleted.

2 changes: 1 addition & 1 deletion hr_course/security/course_security.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record model="ir.rule" id="hr_employee_course_rule">
<field name="name">hr.employee.course.rule</field>
Expand Down
2 changes: 1 addition & 1 deletion hr_course/tests/test_hr_course.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class TestHrCourse(common.TransactionCase):
def setUp(self):
super(TestHrCourse, self).setUp()
super().setUp()
self.course_categ = self.env["hr.course.category"].create(
{"name": "Category 1"}
)
Expand Down

0 comments on commit 31997f0

Please sign in to comment.