Merge branch 'copy_master' into 'master'

Copy master

See merge request prakash.jain/cor-odoo!222
This commit is contained in:
prakash.jain 2022-03-14 14:59:03 +00:00
commit ffda24e1dc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class BudgetAmtAnalysis(models.Model):
#sub_project = fields.Many2one('project.project', string='Sub Project', readonly=True)
partner_id = fields.Many2one('res.partner', string='Client', readonly=True)
amount_type = fields.Char(string="Amount Type")
revenue = fields.Float("Revenue", digits=(16, 2), readonly=True, group_operator="sum")
revenue = fields.Float("Amount", digits=(16, 2), readonly=True, group_operator="sum")
pricing_type = fields.Selection([
('fixed_rate', 'Fixed rate'),
('employee_rate', 'Consultant rate')