From 5f1f000193e83139f559ef1b84f7a1b7093852a6 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Tue, 2 Nov 2010 17:58:27 +0100 Subject: [PATCH] [IMP] pad: update_xml -> data in module descriptor bzr revid: xmo@openerp.com-20101102165827-ghyy19b83emwpc2i --- addons/pad/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/pad/__openerp__.py b/addons/pad/__openerp__.py index 4b5e3ca959e..01d2e3f0c1c 100644 --- a/addons/pad/__openerp__.py +++ b/addons/pad/__openerp__.py @@ -11,7 +11,7 @@ company customize which Pad installation should be used to link to new pads 'author': 'OpenERP SA', 'website': 'http://openerp.com', 'depends': ['base'], - 'update_xml': [ + 'data': [ 'company_pad.xml' ], 'installable': True,