From 3db3f269360e354add5b6f97953e5b0cef19b8c6 Mon Sep 17 00:00:00 2001 From: Alejandro Santana Date: Thu, 25 Jun 2015 01:47:19 +0200 Subject: [PATCH] super_calendar: Updated authorship and bug tracker --- super_calendar/README.rst | 37 +++++++++++++++++++++++++++++++++++ super_calendar/__openerp__.py | 5 ++++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/super_calendar/README.rst b/super_calendar/README.rst index e0fbf7e0a..44200004b 100644 --- a/super_calendar/README.rst +++ b/super_calendar/README.rst @@ -51,3 +51,40 @@ filtering by 'Configurator' (if you have several configurators, 'Scheduled calls and meetings' can be one of them) and by your user. Once you filtered, you can save the filter as 'Advanced filter' or even add it to a dashboard. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed feedback +`here `_. + + +Credits +======= + +Contributors +------------ +* Lorenzo Battistini +* Alejandro Santana +* Agathe Mollé + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. + +Icon +---- +Module icon from WebIconSet.com: http://www.webiconset.com/mobile-icon-set/ diff --git a/super_calendar/__openerp__.py b/super_calendar/__openerp__.py index ca8d8da52..3106e45e1 100644 --- a/super_calendar/__openerp__.py +++ b/super_calendar/__openerp__.py @@ -2,11 +2,13 @@ ############################################################################## # # Copyright (c) All rights reserved: -# (c) 2012 Agile Business Group sagl () +# (c) 2012-2015 Agile Business Group sagl () # Lorenzo Battistini # (c) 2012 Domsense srl () # (c) 2015 Anubía, soluciones en la nube,SL (http://www.anubia.es) # Alejandro Santana +# (c) 2015 Savoir-faire Linux ) +# Agathe Mollé # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -29,6 +31,7 @@ 'summary': 'This module allows to create configurable calendars.', 'author': ('Agile Business Group, ' 'Alejandro Santana, ' + 'Agathe Mollé, ' 'Odoo Community Association (OCA)'), 'website': 'http://www.agilebg.com', 'license': 'AGPL-3',