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