X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=ab18e04d936fb889891a81028a14e9a32ac3ad11;hb=cd274b49c0bf39bc6881428f8de5241f25233e76;hp=af8d073c5b373c873e9617eebf7e6d3ceb67e8b7;hpb=8fa472efd12a8816dfa296a38ba48a08337cad6e;p=burette%2Fbikecoop_l10n_fr.git diff --git a/__openerp__.py b/__openerp__.py index af8d073..ab18e04 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','remembership'], 'update_xml': [ - 'demo/plan_comptable_general.xml', + 'data/bikecoop_l10n_fr.xml', + 'data/plan_comptable_general.xml', + 'view/bikecoop.xml', ], 'installable': True, 'auto_install': False, - 'certificate': '', 'images': [], }