odoo/o-spreadsheet#2320

Created by Chenyun Yang (chya)

Blocked

label
odoo:master-fix-demo-xlsx-for-import-tests-chya
head
b19308840487bb6fc6bd55067207189ec6fde50c
odoo/o-spreadsheet
master #2320 missing r+

[FIX] xlsx: fix demo data error

Description:

This PR fixes the demo data error when opening demo .xlsx file for importing tests in Excel (online).

The root cause is the incorrect id of shared strings.

Odoo task ID : 3251186

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 (_lt("qmsdf %s", abc))
  • [ ] unit tested
  • [ ] clean commented code
  • [ ] track breaking changes
  • [ ] doc is rebuild (npm run doc)
  • [ ] status is correct in Odoo