You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
465 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend" name="Website Backend Assets (Quick Publish Button)">
<xpath expr="//script[last()]" position="after">
<!-- Creating a button for quick publish same as the current publish button -->
<script type="text/javascript" src="/website_product_publish/static/src/js/quick_button.js"/>
</xpath>
</template>
</odoo>