[FIX] pms: birthdate field tests

This commit is contained in:
Darío Lodeiros
2021-01-22 14:11:45 +01:00
parent cb96f3a9d0
commit 79ff34bfdb

View File

@@ -37,8 +37,8 @@ class TestResPartner(common.SavepointCase):
"name": "name1",
# "lastname": "lastname1",
"lastname2": "secondlastname",
"expedition_name": "2011-02-20",
"birthdate": "1995-12-10",
"expedition_date": "2011-02-20",
"birthdate_date": "1995-12-10",
"gender": "M",
}
)
@@ -99,8 +99,8 @@ class TestResPartner(common.SavepointCase):
"name": "name1",
# "lastname": "lastname1",
"lastname2": "secondlastname",
"expedition_name": "2011-02-20",
"birthdate": "1995-12-10",
"expedition_date": "2011-02-20",
"birthdate_date": "1995-12-10",
"gender": "M",
}
)