Files
odoo-usability/calendar_usability/__openerp__.py
2016-01-05 09:18:39 +01:00

28 lines
626 B
Python
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# coding: utf-8
# © 2015 David BEAL @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Calendar Usability',
'summary': 'Make calendar creation quicker',
'description': """
Calendar Usability
==================
Define opening hours for each day of week at calendar creation.
Override map_day() and get_my_calendar_data() method to customize behavior.
""",
'version': '8.0.1.0.0',
'author': 'Akretion',
'category': 'base',
'depends': [
'resource',
],
'website': 'http://www.akretion.com/',
'data': [
],
'license': 'AGPL-3',
}