[FIX] Remove obsolete instruct (JS) in openerp.py
@ -60,9 +60,6 @@ Copyright, Author and Licence:
'data': [
'view/res_users_view.xml',
],
'js': [
'static/src/js/switch_company.js',
'qweb': [
'static/src/xml/switch_company.xml',
@ -14,7 +14,7 @@
</field>
</record>
<template id="assets_backend" name="web_tests assets" inherit_id="web.assets_backend">
<template id="assets_backend" name="web_easy_switch_company assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_easy_switch_company/static/src/js/switch_company.js"></script>
</xpath>