[IMP] gengo fix in callback

bzr revid: fp@tinyerp.com-20140409221121-8iwng0wmcp3fjasd
This commit is contained in:
Fabien Pinckaers 2014-04-10 00:11:21 +02:00
parent 6afe3b6447
commit 80160ef79d
2 changed files with 2 additions and 3 deletions

View File

@ -4,6 +4,8 @@ import openerp
from openerp.addons.web import http
from openerp.addons.web.http import request
import json
class website_gengo(http.Controller):
@http.route('/website/gengo_callback', type='http', auth='none')
def gengo_callback(self,**post):

View File

@ -4,9 +4,6 @@ import openerp
from openerp.addons.web import http
from openerp.addons.web.http import request
import time
import json
from openerp.tools.translate import _
GENGO_DEFAULT_LIMIT = 20