X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=b163fc49ff145a2f83ab6e190664892972418a30;hb=b350990b26b6fe5f99527cf973a073326a8a8aa3;hp=1eb7b7fdf6554357a1ed3e41218a553191667eef;hpb=10bb115948c04dac2e2abe3f0c15646a51d37072;p=burette%2Fptitvelo.git diff --git a/__openerp__.py b/__openerp__.py index 1eb7b7f..b163fc4 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -37,6 +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,