← Back to team overview

openerp-l10n-ar-localization team mailing list archive

[Bug 1109219] Re: Error en wizard de configuracion de facturacion

 

Lo probé con la 7.0 y da el siguiente error:

Error occurred while validating the field(s) arch: Invalid XML for View
Architecture!

Client Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/openerp-6.1_1-py2.7.egg/openerp/addons/web/common/http.py", line 180, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/usr/local/lib/python2.7/dist-packages/openerp-6.1_1-py2.7.egg/openerp/addons/web/controllers/main.py", line 996, in call
    return self.call_common(req, model, method, args, domain_id, context_id)
  File "/usr/local/lib/python2.7/dist-packages/openerp-6.1_1-py2.7.egg/openerp/addons/web/controllers/main.py", line 948, in call_common
    return self._call_kw(req, model, method, args, {})
  File "/usr/local/lib/python2.7/dist-packages/openerp-6.1_1-py2.7.egg/openerp/addons/web/controllers/main.py", line 962, in _call_kw
    return getattr(req.session.model(model), method)(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/openerp-6.1_1-py2.7.egg/openerp/addons/web/common/openerplib/main.py", line 250, in proxy
    args, kw)
  File "/usr/local/lib/python2.7/dist-packages/openerp-6.1_1-py2.7.egg/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File "/usr/local/lib/python2.7/dist-packages/openerp-6.1_1-py2.7.egg/openerp/addons/web/common/http.py", line 611, in send
    raise fault


Server Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/openerp-6.1_1-py2.7.egg/openerp/addons/web/common/http.py", line 592, in send
    result = openerp.netsvc.dispatch_rpc(service_name, method, args)
  File "/opt/openerp/server/openerp/netsvc.py", line 360, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/opt/openerp/server/openerp/service/web_services.py", line 569, in dispatch
    security.check(db,uid,passwd)
  File "/opt/openerp/server/openerp/service/security.py", line 42, in check
    return user_obj.check(db, uid, passwd)
AttributeError: 'NoneType' object has no attribute 'check'

-- 
You received this bug notification because you are a member of OpenERP -
Team de Localización Argentina, which is subscribed to openerp-l10n-ar-
localization.
https://bugs.launchpad.net/bugs/1109219

Title:
  Error en wizard de configuracion de facturacion

Status in OpenERP - Localización Argentina:
  Invalid
Status in openerp-l10n-ar-localization 6.1 series:
  Invalid

Bug description:
  Estoy intentando hacer funcionar el módulo de facturación, tengo
  instalado l10n_ar_invoice ejecuto el wizard de configuración, elijo
  Responsable Inscripto y me da el siguiente error:

  Error occurred while validating the field(s)
  currency,default_debit_account_id,default_credit_account_id:
  Configuration error! The currency chosen should be shared by the
  default accounts too.

  Entiendo que hay inconsistencia en la moneda, pero no se que debo configurar, ya he configurado la misma moneda para la empresa..
  Alguna idea de cual puede ser el problema?

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-l10n-ar-localization/+bug/1109219/+subscriptions


References