mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-22 06:32:04 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
<?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>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
||||
access_crm_phonecall_manager,crm.phonecall.manager,model_crm_phonecall,sales_team.group_sale_manager,1,1,1,1
|
||||
access_crm_phonecall_all,crm.phonecall.user,model_crm_phonecall,base.group_user,1,0,0,0
|
||||
access_crm_phonecall_sale,crm.phonecall.sale,model_crm_phonecall,sales_team.group_sale_salesman,1,1,1,0
|
||||
access_crm_phonecall_report_user,crm.phonecall.report.user,model_crm_phonecall_report,sales_team.group_sale_salesman,1,0,0,0
|
||||
access_crm_phonecall_report_manager,crm.phonecall.report,model_crm_phonecall_report,sales_team.group_sale_manager,1,1,1,1
|
||||
access_crm_phonecall_partner_manager,crm.phonecall.partner.manager,model_crm_phonecall,base.group_partner_manager,1,1,1,1
|
||||
access_crm_phonecall2phonecall,access_crm_phonecall2phonecall,model_crm_phonecall2phonecall,base.group_user,1,1,1,1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue