mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user