X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=fcdeab6fc353e290bafe1d23f3f371d609b6d5b7;hb=f8ac71c9e5793c79408f100d640e20fdf4564cb4;hp=ab18e04d936fb889891a81028a14e9a32ac3ad11;hpb=cd274b49c0bf39bc6881428f8de5241f25233e76;p=burette%2Fbikecoop_l10n_fr.git diff --git a/__openerp__.py b/__openerp__.py index ab18e04..fcdeab6 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -18,9 +18,12 @@ This module is to configure add french spepcifitities to modules related to a bi 'website': 'http://www.heureux-cyclage.org', 'depends': ['bikecoop','l10n_fr','remembership'], 'update_xml': [ + 'data/res_users.xml', 'data/bikecoop_l10n_fr.xml', 'data/plan_comptable_general.xml', + 'data/fr_tax.xml', 'view/bikecoop.xml', + 'view/profile_association.xml', ], 'installable': True, 'auto_install': False,