Show state column in all crm.phonecall tree view

This commit is contained in:
Alexis de Lattre
2017-01-19 18:43:40 +01:00
parent 33561ed930
commit baf7359cc7
2 changed files with 27 additions and 1 deletions

View File

@@ -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,
}