Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
426 Vizualizări

I'm facing an issue when exporting data from Odoo to Excel or CSV. Some columns, like Order Number, only show values in the first row of each group, leaving blank cells in the rows below.

Is there a way to configure the export settings to ensure all rows have complete data?

Would a custom Odoo report or SQL query be needed to get a proper format?

Has anyone found a workaround for this issue?

Thank you!

Imagine profil
Abandonează
Cel mai bun răspuns

Blank values are exported when you have a "One2Many" relationship.

If you export fields from both Sales Orders (One) and Sales Order Lines (Many) you will see blank values for Sales Order fields between Orders:


If instead you just export all the Sales Order Line fields (and access Sales Order fields indirectly) you will get no blanks:



Imagine profil
Abandonează