From 45f818bc867d5af6b83f1db35d39443ed65c73c8 Mon Sep 17 00:00:00 2001 From: Christian Hattemer Date: Thu, 10 Nov 2016 19:04:36 +0100 Subject: [PATCH] Views-Datei laut Odoo-Guidelines benennen --- ext/custom-addons/dp_custom/__openerp__.py | 2 +- .../dp_custom/views/{dp_custom_view.xml => dp_custom_views.xml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ext/custom-addons/dp_custom/views/{dp_custom_view.xml => dp_custom_views.xml} (100%) diff --git a/ext/custom-addons/dp_custom/__openerp__.py b/ext/custom-addons/dp_custom/__openerp__.py index 3c2124e1..ffbd410c 100644 --- a/ext/custom-addons/dp_custom/__openerp__.py +++ b/ext/custom-addons/dp_custom/__openerp__.py @@ -32,7 +32,7 @@ ], 'data': [ 'data/dp_custom_data.xml', - 'views/dp_custom_view.xml', + 'views/dp_custom_views.xml', 'security/ir.model.access.csv', ], 'installable': True, diff --git a/ext/custom-addons/dp_custom/views/dp_custom_view.xml b/ext/custom-addons/dp_custom/views/dp_custom_views.xml similarity index 100% rename from ext/custom-addons/dp_custom/views/dp_custom_view.xml rename to ext/custom-addons/dp_custom/views/dp_custom_views.xml