X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=228c3e99072f809e9c9b10a8bbc7d6eeba1ff48f;hb=c0547bc07bbdbe5d2bc7bf8d8b7d9b70810f16aa;hp=b4ccdf204a72e40d88c9066a72eab5e271996360;hpb=99ee2af94e4880e2099b85e1e8b6e280b1c87b48;p=burette%2Fmobilidees.git diff --git a/__openerp__.py b/__openerp__.py index b4ccdf2..228c3e9 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 # @@ -36,21 +36,14 @@ It installs the profile for bike co-ops to manage some features like: 'author': 'Mobil\'Idées', 'website': 'http://www.mobilidees.org/', 'depends': [ + 'analytic', 'bikecoop_l10n_fr', 'hr_expense', + 'nrt_point_of_sale', ], 'init_xml': [ ], 'update_xml': [ - 'data/base.xml', - 'data/plan_comptable_general.xml', - 'data/account.xml', - 'data/point_of_sale.xml', - 'data/sale.xml', - 'data/stock.xml', - 'data/products_categories.xml', - 'data/products_products.xml', - 'data/membership.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', ],