Initial commit of timesheet_description and timesheet_description_sale for 11.0 -- Forces popup for timesheet (detail) and allows you to display them as Markdown in the portal.

This commit is contained in:
Jared Kipe
2018-05-23 11:47:37 -07:00
committed by Mayank Patel
parent 4e60f0b990
commit 27be0df5b3
6 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
'name': 'Timesheet Description',
'version': '11.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'website': 'https://hibou.io/',
'license': 'AGPL-3',
'category': 'Tools',
'complexity': 'easy',
'description': """
Timesheet entries will be made in a form view, allowing the end user to enter more descriptive timesheet entries.
Optionally, allows you to display your timesheet entries in markdown on the front end of the website.
""",
'depends': [
'project',
'hr_timesheet',
],
'data': [
'views/project_templates.xml',
'views/timesheet_views.xml',
],
'installable': True,
'auto_install': False,
}