Merge pull request #28 from taktik/8.0-web_easy_switch_company

[FIX] Remove obsolete instruct (JS) in openerp.py
This commit is contained in:
Holger Brunn
2014-07-28 10:34:44 +02:00
2 changed files with 1 additions and 4 deletions

View File

@@ -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',
],

View File

@@ -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>