X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=dd6ebc65cd851105a940e7b1b0364c1ed5bb18da;hb=c1f81dfe2336f177817b22bd8d3ce6374386e003;hp=7b5968ec8daff38e2c779e9aef89554968470185;hpb=90cd658ae8427f7d12a50ceea6f110e7e3367f9c;p=burette%2Fcyclofficine_pantin.git diff --git a/__openerp__.py b/__openerp__.py index 7b5968e..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', @@ -45,11 +48,16 @@ It installs the profile for bike co-ops to manage some features like: 'init_xml': [ ], 'update_xml': [ + 'data/base.xml', '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,