odoo/addons/website_event/static/src/xml/website_event.xml

8 lines
233 B
XML

<templates id="template" xml:space="preserve">
<t t-extend="website.editorbar">
<t t-jquery="ul.oe_content_menu" t-operation="append">
<li><a href="#" data-action="new_event">New Event</a></li>
</t>
</t>
</templates>