oca-crm/odoo-bringout-oca-crm-crm_phonecall/crm_phonecall/security/crm_security.xml
Ernad Husremovic 0608132c9e Add oca-crm submodule with 26 CRM modules
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:44:33 +02:00

11 lines
471 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="group_scheduled_calls" model="res.groups">
<field name="name">Show Scheduled Calls Menu</field>
<field name="category_id" ref="base.module_category_hidden" />
</record>
<record id="group_show_form_view" model="res.groups">
<field name="name">Enable form view for phone calls</field>
<field name="category_id" ref="base.module_category_hidden" />
</record>
</odoo>