Files
suite/timesheet_description_sale/__manifest__.py

22 lines
522 B
Python

{
'name': 'Timesheet Description Sale',
'version': '11.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'website': 'https://hibou.io/',
'license': 'AGPL-3',
'category': 'Tools',
'complexity': 'easy',
'description': """
Linker module to inject fields required by timesheets for sales.
""",
'depends': [
'timesheet_description',
'sale_timesheet',
],
'data': [
'views/timesheet_views.xml',
],
'installable': True,
'auto_install': True,
}