Skip to content

Commit

Permalink
[8.0.1.4.0] hr_attendance_import_from_machine
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Nov 6, 2018
1 parent c37cffe commit 38c8a84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion hr_attendance_import_from_machine/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# pylint: disable=locally-disabled, manifest-required-author
{
"name": "Import Attendance Data From Machine",
"version": "8.0.1.3.0",
"version": "8.0.1.4.0",
"website": "https://opensynergy-indonesia.com",
"author": "OpenSynergy Indonesia",
"license": "AGPL-3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
<field name="view_mode">tree,form</field>
</record>

<menuitem
<menuitem
id="hr_attendance_machine_menu"
name="Attendance Machine"
parent="hr.menu_hr_configuration"
name="Attendance Machine"
parent="hr.menu_open_view_attendance_reason_new_config"
action="hr_attendance_machine_view_action"/>

</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
<field name="target">new</field>
</record>

<menuitem
<menuitem
id="hr_attendance_import_menu"
name="Attendance Import"
name="Attendance Import"
parent="hr_attendance.menu_hr_attendance"
action="hr_attendance_import_action"
sequence="100"/>

</data>
</openerp>

0 comments on commit 38c8a84

Please sign in to comment.