made field changes

This commit is contained in:
Pawan Kumar 2021-01-04 19:02:52 +05:30
parent b563d1d9d4
commit a77bc836c8
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@ class Project(models.Model):
profit_amt = fields.Float(string='Profit Amount', digits=(16, 2), compute='_compute_calc', store=True)
profit_per = fields.Float(string='Porfit Percentage', digits=(16, 2), compute='_compute_calc', store=True)
consultant_cost = fields.Float("Sum of Cost", compute='onchange_compute_values', store=True)
total_cost = fields.Float("Cost")
total_hourly_rate = fields.Float("Cost")
total_budgeted_hour_week = fields.Float("Cost")
@api.onchange('budgeted_revenue', 'expenses_per')
def onchange_expenses_per(self):