Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions addons/hr_timesheet/security/hr_timesheet_security.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<data noupdate="1">
<record model="ir.module.category" id="base.module_category_services_timesheets">
<field name="description">Helps you manage the timesheets.</field>
<field name="sequence">13</field>
</record>

<record id="group_hr_timesheet_user" model="res.groups">
<field name="name">See own timesheets</field>
<field name="category_id" ref="base.module_category_services_timesheets"/>
Expand Down
5 changes: 5 additions & 0 deletions odoo/addons/base/data/ir_module_category_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<field name="sequence">15</field>
</record>

<record model="ir.module.category" id="module_category_services_timesheets">
<field name="name">Helps you manage the timesheets.</field>
<field name="sequence">13</field>
</record>

<record model="ir.module.category" id="module_category_accounting_localizations">
<field name="name">Localization</field>
<field name="sequence">65</field>
Expand Down