This commit is contained in:
hoangvv 2025-02-26 16:28:40 +07:00
parent f79a7fe0b9
commit 081505ce33

View File

@ -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",