From d52735465ccc3c063939fa6ad7084d8b9b80386f Mon Sep 17 00:00:00 2001 From: Christian Hattemer Date: Tue, 15 Nov 2016 13:54:31 +0100 Subject: [PATCH] __openerp__ auf __manifest__ umbenennen --- ext/custom-addons/dp_custom/{__openerp__.py => __manifest__.py} | 0 ext/custom-addons/dp_report/{__openerp__.py => __manifest__.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename ext/custom-addons/dp_custom/{__openerp__.py => __manifest__.py} (100%) rename ext/custom-addons/dp_report/{__openerp__.py => __manifest__.py} (100%) diff --git a/ext/custom-addons/dp_custom/__openerp__.py b/ext/custom-addons/dp_custom/__manifest__.py similarity index 100% rename from ext/custom-addons/dp_custom/__openerp__.py rename to ext/custom-addons/dp_custom/__manifest__.py diff --git a/ext/custom-addons/dp_report/__openerp__.py b/ext/custom-addons/dp_report/__manifest__.py similarity index 100% rename from ext/custom-addons/dp_report/__openerp__.py rename to ext/custom-addons/dp_report/__manifest__.py