mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms: birthdate field tests
This commit is contained in:
@@ -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",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user