X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=__openerp__.py;h=c6b1f8c10055dee823c014cb5ad35dbe806af80a;hb=916f69035027c822cd44e2d570decda4c3372357;hp=ded58ae68c8fafd88f5dc89e63a39fa9b3003993;hpb=06296bf7ad9ed35f1fa54732a21f6b4b31f65061;p=burette%2Fremembership.git diff --git a/__openerp__.py b/__openerp__.py index ded58ae..c6b1f8c 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -1,17 +1,17 @@ # -*- coding: utf-8 -*- ############################################################################## # -# ReMembership module for OpenERP, Other membership module for member management. +# Remembership module for OpenERP, Membership module enhancement and bug fixes # Copyright (C) 2012-2013 L'Heureux Cyclage () # -# This file is a part of ReMembership +# This file is a part of Remembership # -# ReMembership is free software: you can redistribute it and/or modify +# Remembership is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# ReMembership is distributed in the hope that it will be useful, +# Remembership is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. @@ -26,7 +26,11 @@ 'version': '0.1', 'category': 'Generic Modules/Association', 'description': """ - This module overload official OpenERP membership module for adding some functionnalities that could be useful. + This module overload official OpenERP membership module for adding some functionnalities that could be useful: + - grouped membership; + - date to date membership; + - members identfication number; + - cron job to update membership status. """, 'author': 'L\'Heureux Cyclage - LHC', 'website': 'http://www.heureux-cyclage.org', @@ -34,9 +38,10 @@ 'init_xml': [], 'data': [ 'security/ir.model.access.csv', - 'data/membership_sequence.xml', + 'data/membership.xml', 'view/partner.xml', 'view/membership.xml', + 'view/products.xml', 'wizard/remembership_invoice_view.xml', ], 'update_xml': [],