mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] sale_timesheet_work_entry_rate: compute billing amount, display
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
'name': 'Timesheet Billing Rate',
|
||||
'version': '15.0.1.0.0',
|
||||
'version': '15.0.1.1.0',
|
||||
'category': 'Sale',
|
||||
'author': 'Hibou Corp.',
|
||||
'license': 'OPL-1',
|
||||
@@ -10,9 +10,11 @@
|
||||
'depends': [
|
||||
'hibou_professional',
|
||||
'hr_timesheet_work_entry',
|
||||
'timesheet_invoice',
|
||||
'sale_timesheet',
|
||||
],
|
||||
'data': [
|
||||
'views/account_templates.xml',
|
||||
'views/timesheet_views.xml',
|
||||
'views/work_entry_views.xml',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user