29 lines
657 B
Python
29 lines
657 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
{
|
|
'name': 'Timer',
|
|
'version': '1.0',
|
|
'sequence': 24,
|
|
'summary': 'Record time',
|
|
'category': 'Odex25 Services/Timesheets',
|
|
'author': "Expert Co. Ltd.",
|
|
'website': "http://www.exp-sa.com",
|
|
'description': """
|
|
This module implements a timer.
|
|
==========================================
|
|
|
|
It adds a timer to a view for time recording purpose
|
|
""",
|
|
'depends': ['web', 'mail'],
|
|
'data': [
|
|
'security/timer_security.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/assets.xml',
|
|
],
|
|
'demo': [],
|
|
'installable': True,
|
|
'application': False,
|
|
'auto_install': False,
|
|
}
|