콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
417 화면

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!

아바타
취소
베스트 답변

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:



아바타
취소