← Back to team overview

c2c-oerpscenario team mailing list archive

Re: [Bug 731511] Re: error al ejecutar l10n_es : no existe la columna account_chart_template.property_account_income_opening

 

Hola Borja:

Con una base de datos limpia, nueva y sin datos de prueba va bien.

Gracias!!

2011/4/11 Borja López Soilán (NeoPolus) <borjalopezsoilan@xxxxxxxxx>

> Hola Ana.
>
> ¿Te sigue pasando el problema con la última versión?
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/731511
>
> Title:
>  error al ejecutar l10n_es : no existe la columna
>  account_chart_template.property_account_income_opening
>
> Status in OpenERP Spanish Localization Project:
>  New
>
> Bug description:
>  En 6.0, al intentar instalar l10n_es, se ve un asistente donde se
>  incluye número de dígitos de las cuentas contables, impuestos por
>  defecto y demás...
>
>  Al pulsar aceptar, se obtiene este error
>  Environment Information :
>  System : Linux-2.6.31-22-generic-i686-with-Ubuntu-9.10-karmic
>  OS Name : posix
>  Distributor ID:       Ubuntu
>  Description:  Ubuntu 9.10
>  Release:      9.10
>  Codename:     karmic
>  Operating System Release : 2.6.31-22-generic
>  Operating System Version : #65-Ubuntu SMP Thu Sep 16 15:48:58 UTC 2010
>  Operating System Architecture : 32bit
>  Operating System Locale : es_ES.UTF8
>  Python Version : 2.6.4
>  OpenERP-Client Version : 6.1-dev
>  Last revision No. & ID :1830
> launchpad_translations_on_behalf_of_openerp-20110305045540-8wjqhcc2lqvrfh9i
>  Traceback (most recent call last):
>    File "/home/ana/openerp6.0.sep/server/openerp/netsvc.py", line 410, in
> dispatch
>      result = ExportService.getService(service_name).dispatch(method, auth,
> params)
>    File "/home/ana/openerp6.0.sep/server/openerp/service/web_services.py",
> line 598, in dispatch
>      res = fn(db, uid, *params)
>    File "/home/ana/openerp6.0.sep/server/openerp/osv/osv.py", line 122, in
> wrapper
>      return f(self, dbname, *args, **kwargs)
>    File "/home/ana/openerp6.0.sep/server/openerp/osv/osv.py", line 176, in
> execute
>      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
>    File "/home/ana/openerp6.0.sep/server/openerp/osv/osv.py", line 167, in
> execute_cr
>      return getattr(object, method)(cr, uid, *args, **kw)
>    File
> "/home/ana/openerp6.0.sep/server/openerp/addons/base/res/res_config.py",
> line 167, in action_next
>      next = self.execute(cr, uid, ids, context=None)
>    File
> "/home/ana/openerp6.0.sep/server/openerp/addons/account/account.py", line
> 2692, in execute
>      obj_acc_root = obj_multi.chart_template_id.account_root_id
>    File "/home/ana/openerp6.0.sep/server/openerp/osv/orm.py", line 292, in
> __getattr__
>      return self[name]
>    File "/home/ana/openerp6.0.sep/server/openerp/osv/orm.py", line 205, in
> __getitem__
>      field_values = self._table.read(self._cr, self._uid, ids, field_names,
> context=self._context, load="_classic_write")
>    File "/home/ana/openerp6.0.sep/server/openerp/osv/orm.py", line 2937, in
> read
>      result = self._read_flat(cr, user, select, fields, context, load)
>    File "/home/ana/openerp6.0.sep/server/openerp/osv/orm.py", line 2996, in
> _read_flat
>      cr.execute(query, (tuple(sub_ids),))
>    File "/home/ana/openerp6.0.sep/server/openerp/sql_db.py", line 78, in
> wrapper
>      return f(self, *args, **kwargs)
>    File "/home/ana/openerp6.0.sep/server/openerp/sql_db.py", line 131, in
> execute
>      res = self._obj.execute(query, params)
>  ProgrammingError: no existe la columna
> account_chart_template.property_account_income_opening
>  LÍNEA 1: ...account_expense_categ,account_chart_template.name
> ,account_ch...
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/openerp-spain/+bug/731511/+subscribe
>


-- 
Ana Juaristi Olalde
Avanzosc, S.L.
Partner OpenERP
www.anajuaristi.com
www.openerpsite.com
www.avanzosc.com
Skype: avanzosc
677 93 42 59 - 943 02 69 02

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/731511

Title:
  error al ejecutar l10n_es : no existe la columna
  account_chart_template.property_account_income_opening

Status in OpenERP Spanish Localization Project:
  New

Bug description:
  En 6.0, al intentar instalar l10n_es, se ve un asistente donde se
  incluye número de dígitos de las cuentas contables, impuestos por
  defecto y demás...

  Al pulsar aceptar, se obtiene este error
  Environment Information : 
  System : Linux-2.6.31-22-generic-i686-with-Ubuntu-9.10-karmic
  OS Name : posix
  Distributor ID:	Ubuntu
  Description:	Ubuntu 9.10
  Release:	9.10
  Codename:	karmic
  Operating System Release : 2.6.31-22-generic
  Operating System Version : #65-Ubuntu SMP Thu Sep 16 15:48:58 UTC 2010
  Operating System Architecture : 32bit
  Operating System Locale : es_ES.UTF8
  Python Version : 2.6.4
  OpenERP-Client Version : 6.1-dev
  Last revision No. & ID :1830 launchpad_translations_on_behalf_of_openerp-20110305045540-8wjqhcc2lqvrfh9i
  Traceback (most recent call last):
    File "/home/ana/openerp6.0.sep/server/openerp/netsvc.py", line 410, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/home/ana/openerp6.0.sep/server/openerp/service/web_services.py", line 598, in dispatch
      res = fn(db, uid, *params)
    File "/home/ana/openerp6.0.sep/server/openerp/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/ana/openerp6.0.sep/server/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/ana/openerp6.0.sep/server/openerp/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/ana/openerp6.0.sep/server/openerp/addons/base/res/res_config.py", line 167, in action_next
      next = self.execute(cr, uid, ids, context=None)
    File "/home/ana/openerp6.0.sep/server/openerp/addons/account/account.py", line 2692, in execute
      obj_acc_root = obj_multi.chart_template_id.account_root_id
    File "/home/ana/openerp6.0.sep/server/openerp/osv/orm.py", line 292, in __getattr__
      return self[name]
    File "/home/ana/openerp6.0.sep/server/openerp/osv/orm.py", line 205, in __getitem__
      field_values = self._table.read(self._cr, self._uid, ids, field_names, context=self._context, load="_classic_write")
    File "/home/ana/openerp6.0.sep/server/openerp/osv/orm.py", line 2937, in read
      result = self._read_flat(cr, user, select, fields, context, load)
    File "/home/ana/openerp6.0.sep/server/openerp/osv/orm.py", line 2996, in _read_flat
      cr.execute(query, (tuple(sub_ids),))
    File "/home/ana/openerp6.0.sep/server/openerp/sql_db.py", line 78, in wrapper
      return f(self, *args, **kwargs)
    File "/home/ana/openerp6.0.sep/server/openerp/sql_db.py", line 131, in execute
      res = self._obj.execute(query, params)
  ProgrammingError: no existe la columna account_chart_template.property_account_income_opening
  LÍNEA 1: ...account_expense_categ,account_chart_template.name,account_ch...



References