Closed fw-bot closed 2 weeks ago
@dhrp-odoo @LucasLefevre cherrypicking of pull request odoo/o-spreadsheet#5139 failed.
stdout:
Auto-merging src/helpers/figures/charts/chart_ui_common.ts
Auto-merging src/helpers/figures/charts/line_chart.ts
CONFLICT (content): Merge conflict in src/helpers/figures/charts/line_chart.ts
Auto-merging tests/figures/chart/chart_plugin.test.ts
Either perform the forward-port manually (and push to this branch, proceeding as usual) or close this PR (maybe?).
In the former case, you may want to edit this PR message as well.
:warning: after resolving this conflict, you will need to merge it via @robodoo.
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port
@robodoo r+
Description:
When creating a line chart with date labels, if 'Use row X as headers' is enabled, the first cell is empty. Currently, we're checking the format of this empty cell to determine if the labels are dates.
Task: 4268977
review checklist
Forward-Port-Of: odoo/o-spreadsheet#5139