-
Notifications
You must be signed in to change notification settings - Fork 47
changelog.md
lul-odoo edited this page Jul 29, 2020
·
8 revisions
- Implement the + unary operator in formula
-
e68c52a Getters
getNumberCols
andgetNumberRows
now takes a sheet id as parameter -
8f77582
CREATE_SHEET
command now requires an id
-
https://github.com/odoo/o-spreadsheet/pull/444 renames
sheet
tosheetId
in the commandSET_VALUE
- Various bug fixes about switching sheet with different sizes and deleting the column/row https://github.com/odoo/o-spreadsheet/pull/448 and https://github.com/odoo/o-spreadsheet/pull/451
MenuItemRegistry unification (fbb7c73)
- rename
menuItemRegistry
totopbarMenuRegistry
- split
contextMenuRegistry
intocellMenuRegistry
,colMenuRegistry
androwMenuRegistry
- remove
description
andtype
(name
should be used for the title) - add
sequence
- rename
subMenus
tochildren
-
children
is either a list ofFullMenuItem
or a function which returns a list ofFullMenuItem
- a child could be create with the newly exported
createFullMenuItem
- change the function
isVisible
to remove the argumenttype
- menus on cells should be inserted in
cellMenuRegistry
- menus on rows should be inserted in
rowMenuRegistry
- menus on cols should be inserted in
colMenuRegistry
- menus on cells should be inserted in
- remove
0.1.1 (08aeb87)
First version to be integrated with Odoo