odoo/o-spreadsheet#8191

Created by fw-bot
Merged at f7a877957e7ccc39ca74602b874e2b6192ad4f37

Statuses:

label
odoo:master-17.0-fix-release-rar-511146-fw
head
7e17f4893ade5d8992bf5d9fafe373ff597c1766
merged
3 days ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet
17.0 #8176
18.0 #8179
saas-18.2 #8181
saas-18.3 #8184
saas-18.4 #8186
19.0 #8187
saas-19.1 #8188
saas-19.2 #8190
master #8191

[FIX] config: fix release flow

Apparentlyn relying on a JSON output was not a good idea and might have been dropepd by github recently (over the last months). This PR fixes the flow by outputting the variables independently without relying on a JSON pack/unpack which is ultimately more efficient.

task-0

Description:

description of this task, what is implemented and why it is implemented that way.

Task: TASK_ID

review checklist

  • [ ] feature is organized in plugin, or UI components
  • [ ] support of duplicate sheet (deep copy)
  • [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • [ ] in model/UI: ranges are strings (to show the user)
  • [ ] undo-able commands (uses this.history.update)
  • [ ] multiuser-able commands (has inverse commands and transformations where needed)
  • [ ] new/updated/removed commands are documented
  • [ ] exportable in excel
  • [ ] translations (_t("qmsdf %s", abc))
  • [ ] unit tested
  • [ ] clean commented code
  • [ ] track breaking changes
  • [ ] doc is rebuild (npm run doc)
  • [ ] status is correct in Odoo

Forward-Port-Of: #8190
Forward-Port-Of: #8176