Skip to content

[IMP] export: squish consecutive numbers#8010

Open
VincentSchippefilt wants to merge 1 commit intomasterfrom
master-squish-numbers-vsc-matho
Open

[IMP] export: squish consecutive numbers#8010
VincentSchippefilt wants to merge 1 commit intomasterfrom
master-squish-numbers-vsc-matho

Conversation

@VincentSchippefilt
Copy link
Collaborator

@VincentSchippefilt VincentSchippefilt commented Feb 27, 2026

When snapshotting a spreadsheet, we collapse all the numbers that are
the same or the same increment into a single entry in the JSON.

Example:
Before:
{
"A1": 1,
"A2": 3,
"A3": 5,
"A4": 7,
"A5": 9,
}
After:
{
"A1": 1,
"A2:A5": "+2",
}

Co-authored-by : VincentSchippefilt vsc@odoo.com

Task: 5959334

Description:

Task: 5959334

@robodoo
Copy link
Collaborator

robodoo commented Feb 27, 2026

Pull request status dashboard

@VincentSchippefilt VincentSchippefilt force-pushed the master-squish-numbers-vsc-matho branch 5 times, most recently from ff0c2e6 to 91accad Compare March 3, 2026 07:55
Copy link
Collaborator

@pro-odoo pro-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Co-authored-by section should be at the end of the commit, after the task-id to let github understand :)

I just found a little bug

@VincentSchippefilt VincentSchippefilt force-pushed the master-squish-numbers-vsc-matho branch from 91accad to aeb0e34 Compare March 3, 2026 14:38
When snapshotting a spreadsheet, we collapse all the numbers that are
the same or the same increment into a single entry in the JSON.

Example:
Before:
{
    "A1": 1,
    "A2": 3,
    "A3": 5,
    "A4": 7,
    "A5": 9,
}
After:
{
    "A1": 1,
    "A2:A5": "+2",
}

Task: 5959334

Co-authored-by : matho-odoo <matho@odoo.com>
Co-authored-by : VincentSchippefilt <vsc@odoo.com>
@VincentSchippefilt VincentSchippefilt force-pushed the master-squish-numbers-vsc-matho branch from aeb0e34 to 9a9a793 Compare March 3, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants