X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=df6d96c24cbd1d758565b2d6058c7dc40275d1b0;hb=acb850a79a24a0080d036ca695646f61358ed09f;hp=464a9a204237b8e4199229d5615abc9b07e1832e;hpb=120c7a03e022e6074f02e90134a0cedfe251ca0c;p=burette%2Fmobilidees.git diff --git a/__openerp__.py b/__openerp__.py index 464a9a2..df6d96c 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Mobil'Idées module for OpenERP, Customization for Mobil'Idées -# Copyright (C) 2015 Mobil'Idées () +# Mobil'Idées module for OpenERP, Customization for Mobil'Idées Copyright +# (C) 2015-2017 Mobil'Idées () # # This file is a part of Mobil'Idées module # @@ -35,15 +35,23 @@ It installs the profile for bike co-ops to manage some features like: """, 'author': 'Mobil\'Idées', 'website': 'http://www.mobilidees.org/', - 'depends': ['bikecoop_l10n_fr'], + 'depends': [ + 'analytic', + 'bikecoop_l10n_fr', + 'hr_expense', + 'nrt_point_of_sale', + ], 'init_xml': [ ], 'update_xml': [ - 'data/base.xml', 'data/account.xml', + 'data/base.xml', + 'data/plan_comptable_general.xml', 'data/point_of_sale.xml', 'data/sale.xml', 'data/stock.xml', + 'view/bikecoop.xml', + 'view/point_of_sale.xml', ], 'installable': True, 'auto_install': False,