X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcyclofficine_pantin.git;a=blobdiff_plain;f=__openerp__.py;h=d9b8e723f6c3950d5bc0e0f0524293363604a61d;hp=3be48febcfbe5bd4ff03621c2ea51866cd272bf6;hb=1466d943dc156cddf56bc2691611354072850daa;hpb=6978fc1bbe092e87b8ac6e9cf7251aa9ead381e6 diff --git a/__openerp__.py b/__openerp__.py index 3be48fe..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': [ ], @@ -54,6 +58,7 @@ It installs the profile for bike co-ops to manage some features like: 'data/users.xml', 'view/account.xml', 'view/bikecoop.xml', + 'view/stock.xml', ], 'installable': True, 'auto_install': False,