Browse Source

[REF] auto-fix conventions

pull/53/head
moylop260 10 years ago
parent
commit
76cb30c89a
  1. 8
      web_ckeditor4/__openerp__.py
  2. 4
      web_confirm_window_close/__openerp__.py
  3. 2
      web_export_view/__init__.py
  4. 2
      web_widget_float_formula/__openerp__.py

8
web_ckeditor4/__openerp__.py

@ -34,12 +34,12 @@
"category": "Tools", "category": "Tools",
"depends": [ "depends": [
'web', 'web',
],
],
'css': [ 'css': [
'static/src/css/web_ckeditor4.css', 'static/src/css/web_ckeditor4.css',
],
],
'data': [ 'data': [
],
],
'js': [ 'js': [
'static/src/js/ckeditor_basepath.js', 'static/src/js/ckeditor_basepath.js',
'static/lib/ckeditor/ckeditor.js', 'static/lib/ckeditor/ckeditor.js',
@ -107,7 +107,7 @@
# 'static/lib/trunk/core/_bootstrap.js', # 'static/lib/trunk/core/_bootstrap.js',
# end of ckeditor debug # end of ckeditor debug
'static/src/js/web_ckeditor4.js', 'static/src/js/web_ckeditor4.js',
],
],
'installable': True, 'installable': True,
'auto_install': False, 'auto_install': False,
'certificate': '', 'certificate': '',

4
web_confirm_window_close/__openerp__.py

@ -37,8 +37,8 @@ This module is compatible with OpenERP 7.0.
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': [ 'depends': [
'web', 'web',
],
],
'js': [ 'js': [
'static/src/js/web_confirm_window_close.js' 'static/src/js/web_confirm_window_close.js'
],
],
} }

2
web_export_view/__init__.py

@ -18,4 +18,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
############################################################################## ##############################################################################
import controllers
from . import controllers

2
web_widget_float_formula/__openerp__.py

@ -49,7 +49,7 @@ Contacts :
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': [ 'depends': [
'web', 'web',
],
],
'data': [], 'data': [],
'demo': [], 'demo': [],
'js': [ 'js': [

Loading…
Cancel
Save