X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcyclofficine_pantin.git;a=blobdiff_plain;f=__openerp__.py;h=d9b8e723f6c3950d5bc0e0f0524293363604a61d;hp=eb5302b7efc6b321230a609b55c217484b1fb0b4;hb=1ef0f298ab2f39f6a4beb66459e9fde7047217af;hpb=c71b6df5272c8ed61df631290e49da767008f573 diff --git a/__openerp__.py b/__openerp__.py index eb5302b..d9b8e72 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -34,13 +34,17 @@ This module is a profile module for Cyclofficine de Pantin ========================================================== It installs the profile for bike co-ops to manage some features like: - * ... + * remove some unused menu items or fields; + * sort partners by member_ident, name; + * import initial datas; + * … """, 'author': 'La Cyclofficine de Pantin', 'website': 'http://cyclocoop.org/index.php/les-ateliers/pantin', 'depends': [ + 'account_cancel', 'bikecoop', - 'bikecoop_l10n_fr' + 'bikecoop_l10n_fr', ], 'init_xml': [ ],