odoo/upgrade-util#357
Created by BI, Alexis Lacroix (laa)
Merged
at 2899bb6fbad849565544d4c2cbd389f2e47d1699
Statuses:
- ci/runbot: Test upgrades between stable versions
- ci/upgrade_enterprise: Test upgrades for enterprise master
- label
- odoo-dev:master-spreadsheet-support-literal-array-in-tokenizer-laa
- head
- 7662e7a181a193260ad3fa10e347a651515d8b50
- merged
- 2 weeks ago by Upgrade, Christophe Simonis (chs)
| odoo/upgrade-util | |
|---|---|
| master | #357 |
[IMP] spreadsheet: support array literals in formula tokenizer
The tokenizer now recognizes array literals (e.g. {1,2;3,4}) by handling braces and array row separators.
This allows formulas using array literals to be properly tokenized.
Task: https://www.odoo.com/odoo/2328/tasks/4735250