- Add static/description/index.html
fix: use include instead of extend in js function inheritance.
fix: not overwriting the existing object references with the result of the include
fix: update name according to new module name.
fix: error when displaying many2many field without options defined.
This addon had 2 problems after migrating to v11:
1. One call to backend's `ir.config_parameter.get_param` was done for
each instantiated dialog, while the setting served for the whole
session equally.
2. That model is now readable only by admin users, so non-admins
couldn't use the default at all.
Fixed now.
Currently, when a view is rendered and a date or datetime field is not
defined (e.g. when designing reports), it causes a JS error.
This patch fixes the above error.
* Fixed the issue of expand shrink buttons showing on discuss menu.
* Added debounce event when buttons are clicked.
* Fixed the issue of buttons are added in FavoriteMenu.
* Restructured the code to fix other various issue like only display group by expand buttons if group by button is visible. NOTE: Earlier code was not honoring disable_groupby by flag in searchview
This applies some changes to the module after migration, to conform new
guidelines and conventions for version 11.0.
In addition, this applies the following fixes:
- The widged didn't work when the field was a `datetime` due to a typo
in a JS conditional
- Replaced `Object.assign()` -> `_.assign()` to improve
browser-compatibility
* use include instead of extend
* add README.rst
* update api doc link in readme.rst
* remove description from __oe__ since it is in README.rst
* add OCA icon and AGPL badges
* add datepicker.js through assets_backend