|
|
@ -1,7 +1,10 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<openerp> |
|
|
|
<data> |
|
|
|
<template id="assets_backend" name="disable_openerp_online assets" inherit_id="web.assets_backend"> |
|
|
|
<!-- the name of template will affect the order include the js, |
|
|
|
this js file should load after annoucement.js to override function |
|
|
|
in annoucement.js file --> |
|
|
|
<template id="assets_backend" name="mail disable_openerp_online assets" inherit_id="web.assets_backend"> |
|
|
|
<xpath expr="." position="inside"> |
|
|
|
<script type="text/javascript" src="/disable_openerp_online/static/src/js/disable_openerp_online.js"></script> |
|
|
|
</xpath> |
|
|
|