X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=1397a5bb222ecf15817b18be078969d328179281;hb=124b80ee8e169ff43dc1d7ca862d2c3095692a7c;hp=3e5914a54efde640d2f097bab49381768d4c4c4a;hpb=79099cfd58ce579a6d25d535e6a9af35712e1dd7;p=burette%2Fmobilidees.git diff --git a/__openerp__.py b/__openerp__.py index 3e5914a..1397a5b 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,20 +36,18 @@ 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/base.xml', + 'view/bikecoop.xml', + 'view/point_of_sale.xml', ], 'installable': True, 'auto_install': False,