-
Notifications
You must be signed in to change notification settings - Fork 116
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
MegaMenuOptions #4262
base: master-mysterious-egg
Are you sure you want to change the base?
MegaMenuOptions #4262
Conversation
This PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg, it needs to be retargeted before it can be merged. |
6a36586
to
beb8130
Compare
27a1402
to
8c6b756
Compare
add2a19
to
0cb7457
Compare
0cb7457
to
282757c
Compare
This PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg, it needs to be retargeted before it can be merged. |
282757c
to
79443c4
Compare
const hasClean = !!applySpec.clean; | ||
const shouldClean = _shouldClean(comp, hasClean, isAlreadyApplied); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you add a test for this change
if (!this.getTemplateKey(key)) { | ||
this.activeTemplateViews[key] = await this.services.orm.call( | ||
"ir.ui.view", | ||
"render_public_asset", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can batch it like in webiteConfig :)
No description provided.