[IMP] developer/frontend: hotkey service & hook
@odoo/javascript-doc-review
mostly approve this PR
mostly approve this PR
Is this ready for merge?
branch is red!
branch is red!
Violets are blue ;-)
The branch is red due to the following error:
/data/build/documentation/content/developer/reference/frontend/services.rst:579: WARNING: duplicate function description of add, other function in developer/reference/frontend/services
This is because the add() method in the hotkey service has the same name as the add() method from the notification service.
You suggested to find a way to namespace the RST JS Domain. It is done through the .. js:module admonition. See: https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#the-javascript-domain
I force pushed the branch trying this approach, tell me what you think.