X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fbikecoop_l10n_fr.git;a=blobdiff_plain;f=__openerp__.py;h=465c5fd750554d03940512e005ced0f4071cc264;hp=5fd8edf422a9fd3ef69be7124d6f29bb98336235;hb=refs%2Fheads%2Fjulm;hpb=ca51ac88c36bcea64458c76c9bb71abb741b7dd8 diff --git a/__openerp__.py b/__openerp__.py index 5fd8edf..465c5fd 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -16,13 +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','remembership'], 'update_xml': [ + 'data/res_users.xml', 'data/bikecoop_l10n_fr.xml', 'data/plan_comptable_general.xml', 'view/bikecoop.xml', - 'demo/res_users.xml', - 'demo/membership.xml', + 'view/profile_association.xml', ], 'installable': True, 'auto_install': False,