Connectors mailing list archives

connectors@odoo-community.org

Avatar

ExportError: cannot export quantities products

by
agustiyo95
- 24/11/2015 08:48:52
Hi All,

The Odoo returns an empty pate with "Internal Server Error" message. The log file shows the following message: UnboundLocalError: local variable 'product' referenced before assignment

The connector was working fine. I have got this issue just now.

Traceback (most recent call last):
  File "/home/agstyo/odoo/odoo/openerp/http.py", line 537, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/home/agstyo/odoo/odoo/openerp/http.py", line 574, in dispatch
    result = self._call_function(**self.params)
  File "/home/agstyo/odoo/odoo/openerp/http.py", line 310, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/agstyo/odoo/odoo/openerp/service/model.py", line 113, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/agstyo/odoo/odoo/openerp/http.py", line 307, in checked_call
    return self.endpoint(*a, **kw)
  File "/home/agstyo/odoo/odoo/openerp/http.py", line 803, in __call__
    return self.method(*args, **kw)
  File "/home/agstyo/odoo/odoo/openerp/http.py", line 403, in response_wrap
    response = f(*args, **kw)
  File "/home/agstyo/odoo/odoo/addons/web/controllers/main.py", line 952, in call_button
    action = self._call_kw(model, method, args, {})
  File "/home/agstyo/odoo/odoo/addons/web/controllers/main.py", line 940, in _call_kw
    return checked_call(request.db, *args, **kwargs)
  File "/home/agstyo/odoo/odoo/openerp/service/model.py", line 113, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/agstyo/odoo/odoo/addons/web/controllers/main.py", line 939, in checked_call
    return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
  File "/home/agstyo/odoo/odoo/openerp/api.py", line 241, in wrapper
    return old_api(self, *args, **kwargs)
  File "/home/agstyo/odoo/odoo/openerp/api.py", line 363, in old_api
    result = method(recs, *args, **kwargs)
  File "/home/agstyo/odoo/odoo/addons/woocommerceerpconnect/model/backend.py", line 276, in update_product_stock_qty
    template_id = woo_products.recompute_woo_qty()
  File "/home/agstyo/odoo/odoo/openerp/api.py", line 239, in wrapper
    return new_api(self, *args, **kwargs)
  File "/home/agstyo/odoo/odoo/addons/woocommerceerpconnect/model/product_combination.py", line 126, in recompute_woo_qty
    return product.main_template_id
UnboundLocalError: local variable 'product' referenced before assignment