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