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