Files
suite/hr_commission_timesheet/__manifest__.py
2022-02-01 23:09:03 +00:00

18 lines
471 B
Python

# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
{
'name': 'Timesheet Commissions',
'description': 'Pay commission on billed timesheets.',
'version': '13.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'depends': [
'hr_commission',
'sale_timesheet',
],
'category': 'Timesheets',
'data': [
'views/contract_views.xml',
],
'installable': True,
}