X-Git-Url: https://git.cyclocoop.org/?p=burette%2Fcyclofficine_ivry.git;a=blobdiff_plain;f=__openerp__.py;h=8842f3f7bdfc0cce205b67e34c7ec57e0209a6a7;hp=2332135ad1293d2b4c8042dbcd5650896f0574b2;hb=31d203ca51029e7122372c8166695e5e938bd37e;hpb=6612e6a75ab54c6b9e720b29583b3fc7839e8447 diff --git a/__openerp__.py b/__openerp__.py index 2332135..8842f3f 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -1,31 +1,50 @@ # -*- 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': 'Cyclofficine Ivry', - 'version': '2013.10.25', - 'category': 'Association', - 'complexity': "normal", - 'description': """ -Cyclofficine Ivry -================= + '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': 'Cyclofficine', - 'website': 'http://cyclocoop.org', - 'depends': [ - 'bikecoop', - 'bikecoop_l10n_fr', - 'remembership', - ], - 'update_xml': [ - 'data/partner.xml', - 'data/base.xml', - 'data/product.xml', - 'data/membership.xml', - 'data/members.xml', - 'view/members.xml', - ], - 'installable': True, - 'auto_install': False, - 'images': [], + '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', + 'view/members.xml', + ], + 'installable': True, + 'auto_install': False, + 'images': [], } + +# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: