You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
505 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Creating Activity Alarm category-->
<record id="module_activity_reminder" model="ir.module.category">
<field name="name">Activity Alarm</field>
<field name="sequence">20</field>
</record>
<!-- Creating "Set Activity Alarm" groups to set reminder-->
<record id="group_set_activity_alarm" model="res.groups">
<field name="name">Set Activity Alarm</field>
</record>
</odoo>