Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing from upstream OCA/web (17.0) #1457

Merged
merged 3 commits into from
Feb 27, 2025
Merged

Syncing from upstream OCA/web (17.0) #1457

merged 3 commits into from
Feb 27, 2025

Conversation

bt-admin
Copy link

bt_gitbot

ryanc-me and others added 3 commits February 25, 2025 15:15
…mlid)

If a menu item is created manually via the Odoo UI, then it (likely) won't have an xmlid. As a result, the `t-foreach` fails, resulting in the whole Odoo UI crashing (a blank white screen is shown). This code should use `id` as the `t-key` instead, as that is *always* available, even for menu items created manually.
Signed-off-by pedrobaeza
@bt-admin bt-admin added the 17.0 label Feb 27, 2025
@bt-admin bt-admin merged commit 0da4c41 into brain-tec:17.0 Feb 27, 2025
4 checks passed
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.30%. Comparing base (9a011c9) to head (457b9ed).
Report is 70 commits behind head on 17.0.

Additional details and impacted files
@@           Coverage Diff           @@
##             17.0    #1457   +/-   ##
=======================================
  Coverage   94.30%   94.30%           
=======================================
  Files          77       77           
  Lines         790      790           
  Branches       38       38           
=======================================
  Hits          745      745           
  Misses         35       35           
  Partials       10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants