{ 'name': 'Timesheet Invoice', 'version': '11.0.1.0.0', 'author': 'Hibou Corp. ', '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, }