[IMP] edi: remove debug in edi url
authorChristophe Simonis <chs@openerp.com>
Fri, 13 Jan 2012 11:17:36 +0000 (12:17 +0100)
committerChristophe Simonis <chs@openerp.com>
Fri, 13 Jan 2012 11:17:36 +0000 (12:17 +0100)
bzr revid: chs@openerp.com-20120113111736-w542872mwozrhbpp

addons/edi/models/edi.py

index c573115..589922f 100644 (file)
@@ -2,7 +2,7 @@
 ##############################################################################
 #
 #    OpenERP, Open Source Business Applications
-#    Copyright (c) 2011 OpenERP S.A. <http://openerp.com>
+#    Copyright (c) 2011-2012 OpenERP S.A. <http://openerp.com>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU Affero General Public License as
@@ -37,7 +37,7 @@ from tools.translate import _
 from tools.safe_eval import safe_eval as eval
 
 EXTERNAL_ID_PATTERN = re.compile(r'^([^.:]+)(?::([^.]+))?\.(\S+)$')
-EDI_VIEW_WEB_URL = '%s/edi/view?debug=1&db=%s&token=%s'
+EDI_VIEW_WEB_URL = '%s/edi/view?db=%s&token=%s'
 EDI_PROTOCOL_VERSION = 1 # arbitrary ever-increasing version number
 EDI_GENERATOR = 'OpenERP ' + release.major_version
 EDI_GENERATOR_VERSION = release.version_info
@@ -682,4 +682,4 @@ class EDIMixin(object):
 
         return record_id
 
-# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
\ No newline at end of file
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: