[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,9 @@
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
from odoo import fields, models
class AccountAnalyticLine(models.Model):
_inherit = 'account.analytic.line'
work_billing_rate = fields.Float(related='work_type_id.timesheet_billing_rate', string='Billing Multiplier')