X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcyclofficine_pantin.git;a=blobdiff_plain;f=__openerp__.py;h=b47dc6f979aadf7b1a8885c641b1ea32f104673a;hp=d991fba9e84884a50ddb4fb2bbe20e649e4759ae;hb=9ed7cbfb291c49dbee368c392d74cc849d4f0908;hpb=ed75ed4b2c7ba315420d8a875487699417e4a601 diff --git a/__openerp__.py b/__openerp__.py index d991fba..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': [ ], @@ -49,9 +53,13 @@ It installs the profile for bike co-ops to manage some features like: 'data/plan_comptable_general.xml', 'data/products_categories.xml', 'data/products_products.xml', + '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,