f02dc382b7109ecb1924cbddad71695ab588beef
The footer-credit override used position="replace" against the parent div of <t t-call="web.brand_promotion"/>, which deleted the element from the merged web.frontend_layout view. Any later module that anchors on that t-call (e.g. Enterprise planning's planning.frontend_layout) failed to install with "Element <xpath expr=//t[@t-call='web.brand_promotion']> cannot be located in parent view". Switched to position="after" on the t-call element itself. Odoo's branding remains hidden via the existing fusion_whitelabels_nexa_brand_promotion inherit (d-none on .o_brand_promotion), and the Nexa credit still renders. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
Odoo 19 custom modules
Languages
Python
55.9%
HTML
26.1%
JavaScript
14.9%
SCSS
1.8%
CSS
0.8%
Other
0.4%