mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
26 lines
652 B
Python
26 lines
652 B
Python
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Timesheet Billing Rate',
|
|
'version': '14.0.1.0.1',
|
|
'category': 'Sale',
|
|
'author': 'Hibou Corp.',
|
|
'license': 'OPL-1',
|
|
'website': 'https://hibou.io/',
|
|
'depends': [
|
|
'hibou_professional',
|
|
'hr_timesheet_work_entry',
|
|
'sale_timesheet',
|
|
],
|
|
'data': [
|
|
'views/timesheet_views.xml',
|
|
'views/work_entry_views.xml',
|
|
],
|
|
'demo': [
|
|
'data/hr_timesheet_work_entry_demo.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': True,
|
|
'application': False,
|
|
}
|