odoo/o-spreadsheet#4633

Created by fw-bot
Merged at 92a86eb28e05d185b25a6f4eb52495250f159c88

Statuses:

label
odoo:saas-17.1-17.0-fix-truncate-labels-by-default-dhrp-BAGo-fw
head
05db0affd27c7b7a56c736047ef81846bbd763ee
merged
3 months ago by BI, Pierre Rousseau (pro)
odoo/o-spreadsheet
17.0 #4596
saas-17.1 #4633
saas-17.2 #4634
saas-17.3 #4635
master #4636

[FW][FIX] charts: truncate labels by default

Description

This PR ensures that labels are truncated by default in charts. The truncation can be disabled by passing the truncate option to the chart configuration.

Task: : 3958962

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