odoo/o-spreadsheet#1506

Created by fw-bot
label
odoo:saas-15.4-15.0-fix-toolbar-hitbox-issue-somu-Dxx2-fw
head
ee8545a97b772e184635ad57145839a0c831a7cb
target
saas-15.4 (inactive)
merged
2 years ago by BI, Pierre Rousseau (pro)
forward-port of
odoo/o-spreadsheet#1493 DETACHED (unknown)

[FW][FIX] top_bar: bugged top_bar menu item hitbox

## Description:

This commit modifies few attributes on xml level to fix the issue of
misleading hitbox for three top bar (toolbar) menu items. Due to click being
programmed in span a marginal boundary of that button was inactive,
which is resolved by moving the click event to parent attribute.

Odoo task ID : [2901921](https://www.odoo.com/web#id=2901921&cids=2&menu_id=4720&action=4043&model=project.task&view_type=form)

## review checklist

- [ ] feature is organized in plugin, or UI components
- [ ] support of duplicate sheet (deep copy)
- [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
- [ ] in model/UI: ranges are strings (to show the user)
- [ ] undo-able commands (uses this.history.update)
- [ ] multiuser-able commands (has inverse commands and transformations where needed)
- [ ] new/updated/removed commands are documented
- [ ] exportable in excel
- [ ] translations (\_lt("qmsdf %s", abc))
- [ ] unit tested
- [ ] clean commented code
- [ ] track breaking changes
- [ ] doc is rebuild (npm run doc)
- [ ] status is correct in Odoo

Forward-Port-Of: odoo/o-spreadsheet#1496
Forward-Port-Of: odoo/o-spreadsheet#1493