From 26c6370e54545043c79a6303713378c9835fdcaf Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:50:24 +0200 Subject: [PATCH] [MIG] Rename manifest files --- asterisk_click2dial/{__openerp__.py => __manifest__.py} | 0 base_phone/{__openerp__.py => __manifest__.py} | 0 base_phone_popup/{__openerp__.py => __manifest__.py} | 0 crm_claim_phone/{__openerp__.py => __manifest__.py} | 0 crm_phone/{__openerp__.py => __manifest__.py} | 0 event_phone/{__openerp__.py => __manifest__.py} | 0 hr_phone/{__openerp__.py => __manifest__.py} | 0 hr_recruitment_phone/{__openerp__.py => __manifest__.py} | 0 ovh_telephony_connector/{__openerp__.py => __manifest__.py} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename asterisk_click2dial/{__openerp__.py => __manifest__.py} (100%) rename base_phone/{__openerp__.py => __manifest__.py} (100%) rename base_phone_popup/{__openerp__.py => __manifest__.py} (100%) rename crm_claim_phone/{__openerp__.py => __manifest__.py} (100%) rename crm_phone/{__openerp__.py => __manifest__.py} (100%) rename event_phone/{__openerp__.py => __manifest__.py} (100%) rename hr_phone/{__openerp__.py => __manifest__.py} (100%) rename hr_recruitment_phone/{__openerp__.py => __manifest__.py} (100%) rename ovh_telephony_connector/{__openerp__.py => __manifest__.py} (100%) diff --git a/asterisk_click2dial/__openerp__.py b/asterisk_click2dial/__manifest__.py similarity index 100% rename from asterisk_click2dial/__openerp__.py rename to asterisk_click2dial/__manifest__.py diff --git a/base_phone/__openerp__.py b/base_phone/__manifest__.py similarity index 100% rename from base_phone/__openerp__.py rename to base_phone/__manifest__.py diff --git a/base_phone_popup/__openerp__.py b/base_phone_popup/__manifest__.py similarity index 100% rename from base_phone_popup/__openerp__.py rename to base_phone_popup/__manifest__.py diff --git a/crm_claim_phone/__openerp__.py b/crm_claim_phone/__manifest__.py similarity index 100% rename from crm_claim_phone/__openerp__.py rename to crm_claim_phone/__manifest__.py diff --git a/crm_phone/__openerp__.py b/crm_phone/__manifest__.py similarity index 100% rename from crm_phone/__openerp__.py rename to crm_phone/__manifest__.py diff --git a/event_phone/__openerp__.py b/event_phone/__manifest__.py similarity index 100% rename from event_phone/__openerp__.py rename to event_phone/__manifest__.py diff --git a/hr_phone/__openerp__.py b/hr_phone/__manifest__.py similarity index 100% rename from hr_phone/__openerp__.py rename to hr_phone/__manifest__.py diff --git a/hr_recruitment_phone/__openerp__.py b/hr_recruitment_phone/__manifest__.py similarity index 100% rename from hr_recruitment_phone/__openerp__.py rename to hr_recruitment_phone/__manifest__.py diff --git a/ovh_telephony_connector/__openerp__.py b/ovh_telephony_connector/__manifest__.py similarity index 100% rename from ovh_telephony_connector/__openerp__.py rename to ovh_telephony_connector/__manifest__.py