[ADD] web_switch_company_warning : display a message saying it's time to reload the page

This commit is contained in:
hparfr
2015-09-25 14:13:20 +02:00
parent 4fb137ad0e
commit 45c3bba7b0
7 changed files with 190 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<template id="assets_backend" name="web_switch_company_warning assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_switch_company_warning/static/src/js/switch_company_warning.js"></script>
</xpath>
</template>
</data>
</openerp>