Hello Odoo Community,
I’m working with the Project module in Odoo 18, and I’ve created a project called "Software Testing" with three stages: First Stage, In Progress, and Done.
Inside this project, I created a task named "Web Testing" in the First Stage. From the Action menu of the task, I added a custom Property with:
- Label: Employee.
- Field Type: Text.
The property works fine inside the task, but when I export the task to Excel, the property field appears like this:
{'ec679a2a7188466a': 'alia'}
Instead of showing just the value ("alia"), it includes the internal ID or key ('ec679a2a7188466a'). This makes the export hard to read or use in reports.
My questions Is there a way to export the custom properties without the internal ID—just showing the value (e.g., "alia")?