Skip to content
Snippets Groups Projects
Commit ddfd1411 authored by Simon Genin (ges)'s avatar Simon Genin (ges)
Browse files

[FIX] web: use command hook in component


Before: the command service was used inside components instead of the
hook. It introduced problems as the commands were not unregistered.
The commands were added multiple time to the registry.

closes odoo/odoo#100135

After: It uses the hook, "it just works".
Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent df51898a
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment