X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=adc98378d0221e29bf4fbabcb7cf623b4e70872d;hb=b97f6c9e7c9a1ce22c75b43058485cff773e4f3f;hp=b93f80c900702cc45efde30f217911046cf5efb1;hpb=e5891ce6037b941e8c94f91a2e854542c4407fd8;p=burette%2Fmobilidees.git diff --git a/__openerp__.py b/__openerp__.py index b93f80c..adc9837 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,12 +36,22 @@ 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/account.xml', + 'data/base.xml', + 'data/plan_comptable_general.xml', + 'data/point_of_sale.xml', + 'data/products_categories.xml', + 'data/products_products.xml', + 'data/sale.xml', + 'data/stock.xml', 'view/bikecoop.xml', 'view/point_of_sale.xml', ],