diff --git a/crm_usability/__openerp__.py b/crm_usability/__openerp__.py index a7e9c0c..8ff8cb3 100644 --- a/crm_usability/__openerp__.py +++ b/crm_usability/__openerp__.py @@ -24,6 +24,9 @@ This module has been written by Alexis de Lattre from Akretion 'author': 'Akretion', 'website': 'http://www.akretion.com', 'depends': ['crm'], - 'data': ['wizard/base_partner_merge_view.xml'], + 'data': [ + 'crm_view.xml', + 'wizard/base_partner_merge_view.xml', + ], 'installable': True, } diff --git a/crm_usability/crm_view.xml b/crm_usability/crm_view.xml new file mode 100644 index 0000000..1adbbc1 --- /dev/null +++ b/crm_usability/crm_view.xml @@ -0,0 +1,23 @@ + + + + + + + + crm_usability.crm.phonecall.tree.inbound + crm.phonecall + + + + 0 + + + + + +