Hi,
When I want to get project names via the API, I get the original names instead of the current ones.
Am I missing something in the query ?
projects = models.execute_kw(
db, uid, password,
'project.project',
'search_read',
[],
{
'fields': [
'id', 'display_name', 'name'
]
}
)
Thanks.
Ayman
Thanks Laura. That works !