forked from Techsystech/web
[REF] auto-fix conventions
parent
00593a567a
commit
76cb30c89a
|
@ -34,12 +34,12 @@
|
|||
"category": "Tools",
|
||||
"depends": [
|
||||
'web',
|
||||
],
|
||||
],
|
||||
'css': [
|
||||
'static/src/css/web_ckeditor4.css',
|
||||
],
|
||||
],
|
||||
'data': [
|
||||
],
|
||||
],
|
||||
'js': [
|
||||
'static/src/js/ckeditor_basepath.js',
|
||||
'static/lib/ckeditor/ckeditor.js',
|
||||
|
@ -107,7 +107,7 @@
|
|||
# 'static/lib/trunk/core/_bootstrap.js',
|
||||
# end of ckeditor debug
|
||||
'static/src/js/web_ckeditor4.js',
|
||||
],
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'certificate': '',
|
||||
|
|
|
@ -37,8 +37,8 @@ This module is compatible with OpenERP 7.0.
|
|||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
'web',
|
||||
],
|
||||
],
|
||||
'js': [
|
||||
'static/src/js/web_confirm_window_close.js'
|
||||
],
|
||||
],
|
||||
}
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
##############################################################################
|
||||
import controllers
|
||||
from . import controllers
|
||||
|
|
|
@ -49,7 +49,7 @@ Contacts :
|
|||
'license': 'AGPL-3',
|
||||
'depends': [
|
||||
'web',
|
||||
],
|
||||
],
|
||||
'data': [],
|
||||
'demo': [],
|
||||
'js': [
|
||||
|
|
Loading…
Reference in New Issue