From f0ad5225d389260e133798f71c58ee94a80b6d06 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:52:57 +0200 Subject: [PATCH] [MIG] Rename manifest files --- attachment_preview/{__openerp__.py => __manifest__.py} | 0 attachments_to_filesystem/{__openerp__.py => __manifest__.py} | 0 document_choose_directory/{__openerp__.py => __manifest__.py} | 0 document_multiple_records/{__openerp__.py => __manifest__.py} | 0 document_no_unique_filenames/{__openerp__.py => __manifest__.py} | 0 document_page/{__openerp__.py => __manifest__.py} | 0 document_page_approval/{__openerp__.py => __manifest__.py} | 0 document_page_multi_company/{__openerp__.py => __manifest__.py} | 0 document_reindex/{__openerp__.py => __manifest__.py} | 0 document_url/{__openerp__.py => __manifest__.py} | 0 knowledge/{__openerp__.py => __manifest__.py} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename attachment_preview/{__openerp__.py => __manifest__.py} (100%) rename attachments_to_filesystem/{__openerp__.py => __manifest__.py} (100%) rename document_choose_directory/{__openerp__.py => __manifest__.py} (100%) rename document_multiple_records/{__openerp__.py => __manifest__.py} (100%) rename document_no_unique_filenames/{__openerp__.py => __manifest__.py} (100%) rename document_page/{__openerp__.py => __manifest__.py} (100%) rename document_page_approval/{__openerp__.py => __manifest__.py} (100%) rename document_page_multi_company/{__openerp__.py => __manifest__.py} (100%) rename document_reindex/{__openerp__.py => __manifest__.py} (100%) rename document_url/{__openerp__.py => __manifest__.py} (100%) rename knowledge/{__openerp__.py => __manifest__.py} (100%) diff --git a/attachment_preview/__openerp__.py b/attachment_preview/__manifest__.py similarity index 100% rename from attachment_preview/__openerp__.py rename to attachment_preview/__manifest__.py diff --git a/attachments_to_filesystem/__openerp__.py b/attachments_to_filesystem/__manifest__.py similarity index 100% rename from attachments_to_filesystem/__openerp__.py rename to attachments_to_filesystem/__manifest__.py diff --git a/document_choose_directory/__openerp__.py b/document_choose_directory/__manifest__.py similarity index 100% rename from document_choose_directory/__openerp__.py rename to document_choose_directory/__manifest__.py diff --git a/document_multiple_records/__openerp__.py b/document_multiple_records/__manifest__.py similarity index 100% rename from document_multiple_records/__openerp__.py rename to document_multiple_records/__manifest__.py diff --git a/document_no_unique_filenames/__openerp__.py b/document_no_unique_filenames/__manifest__.py similarity index 100% rename from document_no_unique_filenames/__openerp__.py rename to document_no_unique_filenames/__manifest__.py diff --git a/document_page/__openerp__.py b/document_page/__manifest__.py similarity index 100% rename from document_page/__openerp__.py rename to document_page/__manifest__.py diff --git a/document_page_approval/__openerp__.py b/document_page_approval/__manifest__.py similarity index 100% rename from document_page_approval/__openerp__.py rename to document_page_approval/__manifest__.py diff --git a/document_page_multi_company/__openerp__.py b/document_page_multi_company/__manifest__.py similarity index 100% rename from document_page_multi_company/__openerp__.py rename to document_page_multi_company/__manifest__.py diff --git a/document_reindex/__openerp__.py b/document_reindex/__manifest__.py similarity index 100% rename from document_reindex/__openerp__.py rename to document_reindex/__manifest__.py diff --git a/document_url/__openerp__.py b/document_url/__manifest__.py similarity index 100% rename from document_url/__openerp__.py rename to document_url/__manifest__.py diff --git a/knowledge/__openerp__.py b/knowledge/__manifest__.py similarity index 100% rename from knowledge/__openerp__.py rename to knowledge/__manifest__.py