From 35bf80d8e63be3760f532e1ac92ae2a5ec070fbd Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 29 Aug 2014 21:01:08 +0200 Subject: [PATCH] 5 modules are now in auto_install mode --- crm_claim_phone/__openerp__.py | 1 + crm_phone/__openerp__.py | 1 + event_phone/__openerp__.py | 1 + hr_phone/__openerp__.py | 1 + hr_recruitment_phone/__openerp__.py | 1 + 5 files changed, 5 insertions(+) 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, }