X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=b163fc49ff145a2f83ab6e190664892972418a30;hb=b350990b26b6fe5f99527cf973a073326a8a8aa3;hp=938c78223acd14a7d2e74ba791f75f0d1b5fc702;hpb=3e861f1a7aac00f03d6d518ddc6d7fface8ecaac;p=burette%2Fptitvelo.git diff --git a/__openerp__.py b/__openerp__.py index 938c782..b163fc4 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -37,8 +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,