mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
21 lines
465 B
Python
21 lines
465 B
Python
{
|
|
'name': 'Timesheet Invoice',
|
|
'version': '15.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,
|
|
}
|