Browse Source

super_calendar: Updated authorship and bug tracker

pull/139/head
Alejandro Santana 10 years ago
parent
commit
3db3f26936
  1. 37
      super_calendar/README.rst
  2. 5
      super_calendar/__openerp__.py

37
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. '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 Once you filtered, you can save the filter as 'Advanced filter' or even
add it to a dashboard. add it to a dashboard.
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-tools/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 <https://github.com/OCA/server-tools/issues/new?body=module:%20admin_technical_features%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits
=======
Contributors
------------
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
* Alejandro Santana <alejandrosantana@anubia.es>
* Agathe Mollé <agathe.molle@savoirfairelinux.com>
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/

5
super_calendar/__openerp__.py

@ -2,11 +2,13 @@
############################################################################## ##############################################################################
# #
# Copyright (c) All rights reserved: # Copyright (c) All rights reserved:
# (c) 2012 Agile Business Group sagl (<http://www.agilebg.com>)
# (c) 2012-2015 Agile Business Group sagl (<http://www.agilebg.com>)
# Lorenzo Battistini <lorenzo.battistini@agilebg.com> # Lorenzo Battistini <lorenzo.battistini@agilebg.com>
# (c) 2012 Domsense srl (<http://www.domsense.com>) # (c) 2012 Domsense srl (<http://www.domsense.com>)
# (c) 2015 Anubía, soluciones en la nube,SL (http://www.anubia.es) # (c) 2015 Anubía, soluciones en la nube,SL (http://www.anubia.es)
# Alejandro Santana <alejandrosantana@anubia.es> # Alejandro Santana <alejandrosantana@anubia.es>
# (c) 2015 Savoir-faire Linux <http://www.savoirfairelinux.com>)
# Agathe Mollé <agathe.molle@savoirfairelinux.com>
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as # it under the terms of the GNU Affero General Public License as
@ -29,6 +31,7 @@
'summary': 'This module allows to create configurable calendars.', 'summary': 'This module allows to create configurable calendars.',
'author': ('Agile Business Group, ' 'author': ('Agile Business Group, '
'Alejandro Santana, ' 'Alejandro Santana, '
'Agathe Mollé, '
'Odoo Community Association (OCA)'), 'Odoo Community Association (OCA)'),
'website': 'http://www.agilebg.com', 'website': 'http://www.agilebg.com',
'license': 'AGPL-3', 'license': 'AGPL-3',

Loading…
Cancel
Save