mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[ADD] sale_timesheet_work_entry_rate: for Odoo 14.0
This commit is contained in:
25
sale_timesheet_work_entry_rate/__manifest__.py
Normal file
25
sale_timesheet_work_entry_rate/__manifest__.py
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user