Mass rename from __openerp__.py to __manifest__.py

This commit is contained in:
Alexis de Lattre
2016-10-11 15:40:03 +02:00
parent 56095375d1
commit a1ef881201
78 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# coding: utf-8
# © 2015 David BEAL @ Akretion
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Calendar Default Values',
'summary': 'Makes calendar creation quicker',
'description': """
Calendar Default Values
=======================
Define opening hours for each day of week at calendar creation.
Method to override for behavior customization:
- get_my_calendar_data()
- map_day()
- string_format()
""",
'version': '8.0.1.0.0',
'author': 'Akretion',
'category': 'base',
'depends': [
'resource',
],
'website': 'http://www.akretion.com/',
'data': [
'calendar_view.xml',
],
'license': 'AGPL-3',
}