[18.0] [IMP] spreadsheet_oca: headless XLSX export with server-side pivot rendering - #101
Open
dnplkndll wants to merge 3 commits into
Open
[18.0] [IMP] spreadsheet_oca: headless XLSX export with server-side pivot rendering#101dnplkndll wants to merge 3 commits into
dnplkndll wants to merge 3 commits into
Conversation
dnplkndll
force-pushed
the
18.0-feat-xlsx
branch
from
March 13, 2026 02:05
50de16e to
65e775e
Compare
dnplkndll
force-pushed
the
18.0-feat-xlsx
branch
from
July 27, 2026 14:41
079f58e to
ad81bef
Compare
dnplkndll
force-pushed
the
18.0-feat-xlsx
branch
from
July 27, 2026 17:10
ad81bef to
32d5db0
Compare
Assisted-by: Claude Opus 5
… helpers Assisted-by: Claude Opus 5
…t rendering Assisted-by: Claude Opus 5
dnplkndll
force-pushed
the
18.0-feat-xlsx
branch
from
July 27, 2026 18:42
32d5db0 to
78da836
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds headless XLSX export: generate a workbook server-side, with no browser
session, addressing the gap in odoo/o-spreadsheet#8061.
Depends on #99 — its two commits are shared and drop out once
that merges.
Non-mechanical points worth flagging
last saved from the browser, so an export is never stale.
the id-based
rowValues; every cell written and every sort usesrowLabels, or a many2one column exports as a database id.requirements.txt, so noexternal_dependenciesentry is required.AI-assisted (Claude Code); every change reviewed, tested, and owned by the author.