X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=fcdeab6fc353e290bafe1d23f3f371d609b6d5b7;hb=22cbaca29ba0a06b772b2e696794e20876861d63;hp=52c3e74ddea5c8b191b01b6094735b6aadd399fd;hpb=6dee9ae63bb7da578c0496a0ef10d6af3a270a91;p=burette%2Fbikecoop_l10n_fr.git diff --git a/__openerp__.py b/__openerp__.py index 52c3e74..fcdeab6 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -16,11 +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','l10n_fr'], + 'depends': ['bikecoop','l10n_fr','remembership'], 'update_xml': [ + 'data/res_users.xml', 'data/bikecoop_l10n_fr.xml', 'data/plan_comptable_general.xml', - 'demo/res_users.xml', + 'data/fr_tax.xml', + 'view/bikecoop.xml', + 'view/profile_association.xml', ], 'installable': True, 'auto_install': False,