X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=52c3e74ddea5c8b191b01b6094735b6aadd399fd;hb=6dee9ae63bb7da578c0496a0ef10d6af3a270a91;hp=432f5d3cfab7f05649a24baf7fc70db67c9c79fe;hpb=e88ff091533d29ed022aa7456162f65665c54254;p=burette%2Fbikecoop_l10n_fr.git diff --git a/__openerp__.py b/__openerp__.py index 432f5d3..52c3e74 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -16,12 +16,13 @@ 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'], 'update_xml': [ + 'data/bikecoop_l10n_fr.xml', + 'data/plan_comptable_general.xml', 'demo/res_users.xml', ], 'installable': True, 'auto_install': False, - 'certificate': '', 'images': [], }