Hello all,
(using Odoo 17e, online version)
I'm creating some reports on the project.project model, when my report iterates the project tasks on the same project I get the report with all the data I need but the rows have different heights, see the screenshot below as example:
I am using this statement to iterate the project tasks:
tr t-foreach="doc.task_ids.filtered(lambda t: t.x_studio_task_type in ['1', '2', '7'])" t-as="x2many_record"
What can be the cause of this issue?
LucaB