X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcyclofficine_pantin.git;a=blobdiff_plain;f=__openerp__.py;h=d9b8e723f6c3950d5bc0e0f0524293363604a61d;hp=7b5968ec8daff38e2c779e9aef89554968470185;hb=1466d943dc156cddf56bc2691611354072850daa;hpb=90cd658ae8427f7d12a50ceea6f110e7e3367f9c diff --git a/__openerp__.py b/__openerp__.py index 7b5968e..d9b8e72 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -34,22 +34,31 @@ 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': [ ], '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,