I want to modify the common popover that is displayed when a user clicks on a meeting in Calendar so that the location field is displayed in the popover as a hyperlink.
I have modified the XML template below, committed and pushed to GitHub. odoo.sh builds, but the changes are not displayed.
addons/web/static/src/views/calendar/calendar_common/calendar_common_popover.xml
Specifically, I updated this portion of the XML template;
<t t-name="winner.CalendarCommonPopover.body" t-inherit="web.CalendarCommonPopover.body" t-inherit-mode="primary">
Are there other files (e.g., __manifest__.py) that also need to be modified? If so, what changes?
Can someone provide guidance?
Thank you.