X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=e5af034f36bd132e639372fe586204cd729f493c;hb=cfa0dc20727d68d2f84499c0c0cb3571945a000e;hp=d24f9f220ca71c5c5fef9ccb986af82805a6511e;hpb=8049bc2a70fb18f2ee0681a42758338e6efbe7e9;p=burette%2Fbikecoop_l10n_fr.git diff --git a/__openerp__.py b/__openerp__.py index d24f9f2..e5af034 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/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,