Hi community 👋,
I'm trying to customize the **"My Account" homepage in the portal** (view `portal.portal_my_home`) in **Odoo 18**.
I’ve created a custom module and tried to:
- Change the **layout and style** of the cards (the entries like “Orders”, “Invoices”, “Security”, etc.)
- Modify the **position or content** of the title “Mi cuenta”
- Use TailwindCSS for styling (as external assets)
- Adjust the layout using `xpath` or template inheritance
But none of my attempts worked correctly. I often get the error:
> The element '<xpath expr="//div[contains(@class, 'card')]">' could not be located in the parent view.
> The element '<xpath expr="//div[@class='o_portal_my_home']/h3">' could not be located in the parent view.
I've already successfully modified the **header** and **footer** of the homepage.
🧠 Does anyone know:
- How to properly **extend or replace the card blocks** in the portal homepage?
- How to change the “My Account” page title?
- Any example module that has done something similar?
Thanks in advance for any help! 🙏