-
-
Notifications
You must be signed in to change notification settings - Fork 181
[19.0][ADD] web_debranding: add #111
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
base: 19.0
Are you sure you want to change the base?
Conversation
…n- QWeb inherit replaces <title> fallback with empty string\n- Added tests: about section removed, title fallback behavior\n- Dropped dialog debranding asset and file
…=100 to settings view replace\n- Switch QWeb title change to position=attributes\n- Add README.rst to satisfy pylint-odoo
|
Hey @pedrobaeza! Quick summary of what this adds:
Looking ahead, since there isn’t a module strictly for backend debranding, I think we can consolidate future backend debranding tweaks under this module to keep scope clear and avoid scattering small changes across the repo. Please review and let me know what do you think. |
|
Hello, please call it just |
|
@pedrobaeza The module has been renamed to |
05ba48f to
c89f2f1
Compare
|
@tishmen Cheers Nils |
Scope
Depends on
Summary
<div id='about'>via a safe view inherit.<title t-esc="title or ''">inweb.layout(usingposition="attributes", no full replace).position="attributes"for the title tweak.priority=100.Pre-commit
Tests
//div[@id='about']absent)../odoo/odoo-bin -c odoo.conf -d <db> -i web_debranding --test-enable --stop-after-initReview notes
portal_odoo_debranding(PR [19.0][MIG] portal_debranding: migrate #109). Website debranding lives in OCA/website (website_odoo_debranding), and can be migrated separately to keep dependencies optional.