X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=fcdeab6fc353e290bafe1d23f3f371d609b6d5b7;hb=fe93f62760b83dc2d7f02368246f7d2842da7c40;hp=d24f9f220ca71c5c5fef9ccb986af82805a6511e;hpb=8049bc2a70fb18f2ee0681a42758338e6efbe7e9;p=burette%2Fbikecoop_l10n_fr.git diff --git a/__openerp__.py b/__openerp__.py index d24f9f2..fcdeab6 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -16,10 +16,14 @@ This module is to configure add french spepcifitities to modules related to a bi """, 'author': 'L\'Heureux Cyclage', 'website': 'http://www.heureux-cyclage.org', - 'depends': ['bikecoop'], + 'depends': ['bikecoop','l10n_fr','remembership'], 'update_xml': [ + 'data/res_users.xml', 'data/bikecoop_l10n_fr.xml', - 'demo/res_users.xml', + 'data/plan_comptable_general.xml', + 'data/fr_tax.xml', + 'view/bikecoop.xml', + 'view/profile_association.xml', ], 'installable': True, 'auto_install': False,