X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fmobilidees.git;a=blobdiff_plain;f=__openerp__.py;h=5bd4b5e9b6333f91ba2a44d472d2d60faf5b89d0;hp=620a4a786e33c356fc98186f3609602bfad8ae92;hb=HEAD;hpb=72ee6995f41ad13cc8fc3d9a9fd25a484f0ec63a diff --git a/__openerp__.py b/__openerp__.py index 620a4a7..5bd4b5e 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,17 +36,26 @@ 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/account.xml', + 'data/base.xml', + 'data/plan_comptable_general.xml', 'data/point_of_sale.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/remembership.xml', 'data/sale.xml', 'data/stock.xml', + 'view/account.xml', + 'view/bikecoop.xml', + 'view/point_of_sale.xml', ], 'installable': True, 'auto_install': False,