odoo/odoo#181005
Created by JavaScript, Aaron Bohy (aab)
Merged
at 213e4c07e59842c6bc0f9b712d259da399105f65
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-remove-jquery-usage-aab
- head
- 3df855904ffe69f25787eb7adb693d64d8023c0f
- merged
- 1 year ago by JavaScript, Lucas Perais (lpe)
odoo/odoo | |
---|---|
master | #181005 |
[REF] web: remove jquery usage in view_hook
jQuery is no longer (always) available in the backend. In a view hook, we still used it to ensure no bootstrap tooltips remained in the DOM after clicking on a view button. This code is actually no longer necessary, as there're no bootstrap tooltips in views anymore, so we can remove it.
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr