[ADD] sale_timesheet_work_entry_rate: for Odoo 14.0

This commit is contained in:
Jared Kipe
2021-08-30 11:01:48 -07:00
parent 92cbf9345d
commit e871370f6d
11 changed files with 257 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
{
'name': 'Timesheet Billing Rate',
'version': '14.0.1.0.0',
'category': 'Sale',
'author': 'Hibou Corp.',
'license': 'OPL-1',
'website': 'https://hibou.io/',
'depends': [
'hibou_professional',
'hr_timesheet_work_entry',
'sale_timesheet',
],
'data': [
],
'demo': [
'data/hr_timesheet_work_entry_demo.xml',
'views/timesheet_views.xml',
'views/work_entry_views.xml',
],
'installable': True,
'auto_install': True,
'application': False,
}