- 
                Notifications
    You must be signed in to change notification settings 
- Fork 67
changelog.md
        VincentSchippefilt edited this page Jul 6, 2020 
        ·
        8 revisions
      
    - 
https://github.com/odoo/o-spreadsheet/pull/444/files renames sheettosheetIdin the commandSET_VALUE
MenuItemRegistry unification (fbb7c73)
- rename menuItemRegistrytotopbarMenuRegistry
- split contextMenuRegistryintocellMenuRegistry,colMenuRegistryandrowMenuRegistry- remove descriptionandtype(nameshould be used for the title)
- add sequence
- rename subMenustochildren
- 
childrenis either a list ofFullMenuItemor a function which returns a list ofFullMenuItem
- a child could be create with the newly exported createFullMenuItem
- change the function isVisibleto 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