Skip to content

Commit

Permalink
[REL] 16.4.23
Browse files Browse the repository at this point in the history
### Contains the following commits:

ed0669fda [FIX] import: detect date format at import Task: 3729969
ee8f18239 [IMP] cell: avoid useless UPDATE_CELL Task: 3716689
ddcf102d4 [FIX] locale: accept thousands separator Task: 3720586
0b7fffb61 [FIX] locale: prevent identical decimal and thousands separator Task: 3720586
9ff785f82 [FIX] performance: JetSet
7a0dafc33 [FIX] performance: rtree comparer
192dc8123 [FIX] cell_menu_registry: link cell displays 'Edit Link' in context menu
2e69e1be4 [FIX] Selection: Loop selection based on spreaded formula Task: 3709340

closes #3716

Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
  • Loading branch information
LucasLefevre committed Feb 16, 2024
1 parent ed0669f commit cb5db1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odoo/o-spreadsheet",
"version": "16.4.22",
"version": "16.4.23",
"description": "A spreadsheet component",
"main": "dist/o-spreadsheet.cjs.js",
"browser": "dist/o-spreadsheet.iife.js",
Expand Down

0 comments on commit cb5db1a

Please sign in to comment.