diff --git a/crm_claim_phone/__openerp__.py b/crm_claim_phone/__openerp__.py index b79a5f8..30172e9 100644 --- a/crm_claim_phone/__openerp__.py +++ b/crm_claim_phone/__openerp__.py @@ -42,5 +42,6 @@ Please contact Alexis de Lattre from Akretion for 'data': ['crm_claim_view.xml'], 'images': [], 'installable': True, + 'auto_install': True, 'active': False, } diff --git a/crm_phone/__openerp__.py b/crm_phone/__openerp__.py index 92f8952..d0dc77e 100644 --- a/crm_phone/__openerp__.py +++ b/crm_phone/__openerp__.py @@ -46,5 +46,6 @@ Please contact Alexis de Lattre from Akretion for ], 'images': [], 'installable': True, + 'auto_install': True, 'active': False, } diff --git a/event_phone/__openerp__.py b/event_phone/__openerp__.py index 943cf1c..1616a2c 100644 --- a/event_phone/__openerp__.py +++ b/event_phone/__openerp__.py @@ -45,5 +45,6 @@ Please contact Alexis de Lattre from Akretion for ], 'images': [], 'installable': True, + 'auto_install': True, 'active': False, } diff --git a/hr_phone/__openerp__.py b/hr_phone/__openerp__.py index e62b00b..753a5da 100644 --- a/hr_phone/__openerp__.py +++ b/hr_phone/__openerp__.py @@ -45,5 +45,6 @@ Please contact Alexis de Lattre from Akretion for ], 'images': [], 'installable': True, + 'auto_install': True, 'active': False, } diff --git a/hr_recruitment_phone/__openerp__.py b/hr_recruitment_phone/__openerp__.py index fa04784..24d008f 100644 --- a/hr_recruitment_phone/__openerp__.py +++ b/hr_recruitment_phone/__openerp__.py @@ -45,5 +45,6 @@ Please contact Alexis de Lattre from Akretion for ], 'images': [], 'installable': True, + 'auto_install': True, 'active': False, }