Skip to content

Commit

Permalink
[ADD] port disable_openerp_online
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Jul 22, 2014
1 parent f83737f commit b204ed7
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 7 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,19 @@
* update notifier code is deactivated and the function is overwritten
* apps and updates menu items in settings are removed
* help and account menu items in user menu are removed
* prevent lookup of OPW for current database uuid and resulting"""
""" 'unsupported' warning
* prevent lookup of OPW for current database uuid and resulting
'unsupported' warning
""",
"category": "",
"depends": [
'base',
'mail',
],
"data": [
"views/disable_openerp_online.xml",
'data/ir_ui_menu.xml',
'data/ir_cron.xml',
],
"js": [
'static/src/js/disable_openerp_online.js',
],
"css": [
],
"qweb": [
'static/src/xml/base.xml',
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions disable_openerp_online/views/disable_openerp_online.xml
Original file line number Diff line number Diff line change
@@ -0,0 +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">
<xpath expr="." position="inside">
<script type="text/javascript" src="/disable_openerp_online/static/src/js/disable_openerp_online.js"></script>
</xpath>
</template>
</data>
</openerp>

0 comments on commit b204ed7

Please sign in to comment.