X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=e5af034f36bd132e639372fe586204cd729f493c;hb=cfa0dc20727d68d2f84499c0c0cb3571945a000e;hp=52c3e74ddea5c8b191b01b6094735b6aadd399fd;hpb=6dee9ae63bb7da578c0496a0ef10d6af3a270a91;p=burette%2Fbikecoop_l10n_fr.git diff --git a/__openerp__.py b/__openerp__.py index 52c3e74..e5af034 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/bikecoop_l10n_fr.xml', 'data/plan_comptable_general.xml', + 'view/bikecoop.xml', 'demo/res_users.xml', + 'demo/membership.xml', + 'demo/point_of_sale.xml', ], 'installable': True, 'auto_install': False,