Initial commit of timesheet_invoice for 11.0 -- Include detailed timesheet entries on invoice PDF.

This commit is contained in:
Jared Kipe
2018-05-23 11:49:49 -07:00
committed by Bhoomi Vaishnani
parent ec86393a59
commit b7923bb739
3 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
'name': 'Timesheet Invoice',
'version': '11.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'website': 'https://hibou.io/',
'license': 'AGPL-3',
'category': 'Tools',
'complexity': 'easy',
'description': """
Adds timesheet descriptions onto the invoice report/PDF.
""",
'depends': [
'sale_timesheet',
],
'data': [
'invoice_views.xml',
],
'installable': True,
'auto_install': False,
}