<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <template id="website_portal_my_project" name="My Project website" inherit_id="project.portal_my_project">
        <xpath expr="//t[@t-set='title']" position="replace">
            <t t-set="additional_title" t-value="project.name"/>
        </xpath>
    </template>
</odoo>
