* one2many tags now not hidden behind inputs.
* Drawer icons now with much better look.
* No overflow bug in small views when closing drawer.
* Documented it when resizing viewport. (+1 squashed commit)
* Whitespace cleanup.
* Create App Drawer for primary menu
* Move secondary menu to top bar
* Add keyboard shortcuts for primary menu navigation
* Make web client slightly more mobile compatible (no widgets)
* Update JS to use v9 module system
* Fix non-functioning logic for obtaining the value of an input element
* Eliminate redundant calls (e.g. there were multiple calls to eval)
* Modify formula cleanup to use localized decimal point and thousands separator
characters
* Add JS unit tests
Declare as many options prefixed with this string as you need for binding
a field value with an HTML node attribute (disabled, class, style...)
called as the `<name>` passed in the option.
NOTE: This doesn't prevent to require to fill the full matrix with
all the combination records.
* README update to newest OCA template
* Example in README
* Massive performance boost for big matrices, specially on Firefox
* Assign id on row in order to find it back in all cases
* Fix#321, choked on cached writes
* [PRT][REN] Added module web_hide_db_manager_link, as a port to v8 of web_nocreatedb, but with a more descriptive name.
* [IMP] web_hide_db_manager_link: Improve README file.
* [IMP] web_hide_db_manager_link: Improve README file as reviewed.
* [UPD] web_hide_db_manager_link: Removed useless README line, as it explains a standard procedure for updating modules.
* Add bug tracker link on README.rst
* [UPD] prefix versions with 8.0
* [FIX] fixes the disabling of the db manager
* [IMP] change screenshot to v9, README, and improve style as per OCA guidelines
* [FIX] improve README and XML style, as per reviewer's comments