odoo/o-spreadsheet#4834

Created by fw-bot
Merged at ac3bd5406d749940eb4a4163fcf9037ece3942e5

Statuses:

label
odoo:master-saas-17.4-fix-select-pivot-cell-in-composer-rar-5aXj-fw
head
5bfd87b2f0762182a44f0953af7cd8029ba02320
merged
2 months ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet
saas-17.4 #4792
master #4834

[FW][FIX] composer: Pivot cell selection non adapted to locale

How to reproduce:

  • Open a sheet with a =pivot() formula
  • Change the locale to french
  • Start editing a cell with "="
  • Select a cell from the pivot formula

-> The formulat argument separator is set to comma and not a semicolon

task-4104502

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: #4792


  1. 8852ff2767eef111807a3f6efc7cc5376656f45f ↩↩↩

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