X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fcyclofficine_pantin.git;a=blobdiff_plain;f=__openerp__.py;h=d9b8e723f6c3950d5bc0e0f0524293363604a61d;hp=12f54a600043403c41844c9925326c882d9c83dc;hb=1466d943dc156cddf56bc2691611354072850daa;hpb=573f2ca9dbb980f7e90a872a317cc87a2412c0af diff --git a/__openerp__.py b/__openerp__.py index 12f54a6..d9b8e72 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -34,21 +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,