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