# -*- coding: utf-8 -*- ############################################################################## # # cyclofficine_ivry module for OpenERP, Custom module for La Cyclofficine # d'Ivry # # Copyright (C) 2019 cyclofficine_ivry # () # # This file is a part of cyclofficine_ivry # along with this program. If not, see . # ############################################################################## { 'name': 'Custom Cyclofficine d\'Ivry', 'version': '0.1', 'category': 'Association', 'complexity': "normal", 'description': """ This module is a profile module for Cyclofficine d'Ivry ======================================================= It installs the profile for bike co-ops to manage some features like: * search customers by member identifier and membership informations in customers views; * import initial datas; * … """, 'author': 'La Cyclofficine d\'Ivry', 'website': 'http://cyclocoop.org/index.php/les-ateliers/ivry-sur-seine', 'depends': [ 'account_cancel', 'bikecoop', 'bikecoop_l10n_fr', 'nrt_point_of_sale', ], 'init_xml': [ ], 'update_xml': [ 'data/base.xml', 'data/products_categories.xml', 'data/products_products.xml', 'data/members.xml', 'data/users.xml', 'view/members.xml', ], 'installable': True, 'auto_install': False, 'images': [], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: