From 3e60d7f2080622325308e6a6c866bca4ff148b1d Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Fri, 17 Jul 2015 15:32:06 +0200 Subject: [PATCH] fix runbot warning rename *_xml entries in manifest --- mail_environment/__openerp__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mail_environment/__openerp__.py b/mail_environment/__openerp__.py index 04f6ae0..e104226 100644 --- a/mail_environment/__openerp__.py +++ b/mail_environment/__openerp__.py @@ -64,9 +64,8 @@ password = openerp 'server_environment', 'server_environment_files', ], - 'init_xml': [], - 'update_xml': ['mail_view.xml'], - 'demo_xml': [], + 'data': ['mail_view.xml'], + 'demo': [], 'installable': True, 'active': False, }