Skip to content
Snippets Groups Projects
Commit 6a0f907e authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[IMP] slot duration 15 min

parent 5b16b211
Branches
No related tags found
No related merge requests found
.*
*.pyc
!.gitignore
......@@ -6,7 +6,7 @@
'version': '12.0.1.0.1',
'license': "AGPL-3",
'depends': [
'calendar', 'hr_timesheet'
'calendar', 'hr_timesheet', 'web_calendar_slot_duration'
],
'data': [
# "security/ir.model.access.csv",
......
......@@ -114,5 +114,9 @@
</field>
</record>
<record id="calendar.action_calendar_event" model="ir.actions.act_window">
<field name="context">{"calendar_slot_duration": "00:15:00"}</field>
</record>
</data>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment