29 lines
780 B
Python
29 lines
780 B
Python
# -*- coding: utf-8 -*-
|
|
# © 2017 Akretion (http://www.akretion.com)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
|
|
|
{
|
|
'name': 'Resource Usability',
|
|
'version': '10.0.1.0.1',
|
|
'category': 'Hidden/Dependency',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Resource usability enhancements',
|
|
'description': """
|
|
Resource Usability
|
|
==================
|
|
|
|
The usability improvements include :
|
|
|
|
* Add a name_get() on resource.calendar.leaves
|
|
|
|
This module has been written by Alexis de Lattre from Akretion
|
|
<alexis.delattre@akretion.com>.
|
|
""",
|
|
'author': 'Akretion',
|
|
'website': 'http://www.akretion.com',
|
|
'depends': ['resource'],
|
|
'data': ['resource_view.xml'],
|
|
'installable': True,
|
|
}
|