manager table store true
This commit is contained in:
parent
f04408b5ec
commit
98a135d612
|
@ -13,7 +13,7 @@ class BudgetHrsAnalysis(models.Model):
|
|||
_auto = False
|
||||
|
||||
project_id = fields.Many2one('project.project', string='Project', readonly=True)
|
||||
user_id = fields.Many2one('res.users', related='project_id.user_id')
|
||||
user_id = fields.Many2one('res.users', related='project_id.user_id', store=True)
|
||||
employee_id = fields.Many2one('hr.employee', string='Consultant', readonly=True)
|
||||
start_date = fields.Date(string='Start Date', readonly=True)
|
||||
end_date = fields.Date(string='End Date', readonly=True)
|
||||
|
|
Loading…
Reference in New Issue