update
This commit is contained in:
parent
f79a7fe0b9
commit
081505ce33
@ -20,7 +20,9 @@ class EducationStudent(models.Model):
|
||||
string="Gender",
|
||||
default="male",
|
||||
)
|
||||
date_of_birth = fields.Date(string="Date of Birth",)
|
||||
date_of_birth = fields.Date(
|
||||
string="Date of Birth",
|
||||
)
|
||||
age = fields.Integer(
|
||||
string="Age",
|
||||
compute="_compute_age",
|
||||
|
Loading…
Reference in New Issue
Block a user