odoo/o-spreadsheet#4594

Created by BI, Lucas Lefèvre (lul)
Closed
label
odoo:saas-17.3-bump-version-lul
head
4010abd1113a3d781b6d79675a177f664327da50
odoo/o-spreadsheet
saas-17.3 #4594

[FIX] data: bump current version

Description:

The upgrade script from 16 to 17 is not executed because CURRENT_VERSION was not incremented to 17.

Probably two parallel tasks modified it.

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

  1. https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP ↩

  2. https://www.odoo.com/documentation/master/administration/install/deploy.html#serving-static-files-and-attachments ↩