odoo/addons/website_sale/static/src/xml/website_sale.xml

8 lines
261 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 id="create-new-product" href="#" data-action="new_product">New Product</a></li>
</t>
</t>
</templates>