[IMP] sale_timesheet_work_entry_rate: compute billing amount, display

This commit is contained in:
Jared Kipe
2022-05-23 18:49:05 +00:00
parent cca3b6d632
commit 8c69cac537
5 changed files with 49 additions and 10 deletions

View File

@@ -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',
],