X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcyclofficine_pantin.git;a=blobdiff_plain;f=__openerp__.py;h=dd6ebc65cd851105a940e7b1b0364c1ed5bb18da;hp=5a6adc8823e06a7e464474197595b84c8a940989;hb=c1f81dfe2336f177817b22bd8d3ce6374386e003;hpb=38592bda24a36b4ab2d172b4c2ab0adf91abcfb4 diff --git a/__openerp__.py b/__openerp__.py index 5a6adc8..dd6ebc6 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -34,7 +34,10 @@ 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', @@ -49,8 +52,12 @@ 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', + 'view/account.xml', 'view/bikecoop.xml', + 'view/stock.xml', ], 'installable': True, 'auto_install': False,