X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=b163fc49ff145a2f83ab6e190664892972418a30;hb=b350990b26b6fe5f99527cf973a073326a8a8aa3;hp=f508d7c908db783c5f826251906618ca2ee8236b;hpb=2d83d4340cddd99d60eb4fe262ad18bcef346bf6;p=burette%2Fptitvelo.git diff --git a/__openerp__.py b/__openerp__.py index f508d7c..b163fc4 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -37,7 +37,10 @@ It installs the profile for bike co-ops to manage some features like: 'website': 'http://www.ptitvelo.net', 'depends': ['bikecoop_l10n_fr'], 'update_xml': [ + 'data/base.xml', + 'data/bikecoop.xml', 'data/product.xml', + 'view/ptitvelo.xml', ], 'installable': True, 'auto_install': False,