← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 704879] [NEW] [6] Impossible to access fi.journals in config

 

Public bug reported:

Menu Finance / Config / journals

Try to open an existing journal and you get this error:


Environment Information : 
System : Linux-2.6.32-27-generic-pae-i686-with-Ubuntu-10.04-lucid
OS Name : posix
Distributor ID:	Ubuntu
Description:	Ubuntu 10.04.1 LTS
Release:	10.04
Codename:	lucid
Operating System Release : 2.6.32-27-generic-pae
Operating System Version : #49-Ubuntu SMP Thu Dec 2 00:07:52 UTC 2010
Operating System Architecture : 32bit
Operating System Locale : fr_CH.UTF8
Python Version : 2.6.5
OpenERP-Client Version : 6.0.0
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
  File "/home/fclementi/openerp-instances/openerp6/server/bin/netsvc.py", line 489, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/home/fclementi/openerp-instances/openerp6/server/bin/service/web_services.py", line 599, in dispatch
    res = fn(db, uid, *params)
  File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/osv.py", line 122, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/osv.py", line 167, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/orm.py", line 1590, in fields_view_get
    result['arch'] = _inherit_apply_rec(inherit_result, sql_res[3])
  File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/orm.py", line 1585, in _inherit_apply_rec
    result = _inherit_apply(result, inherit, id)
  File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/orm.py", line 1527, in _inherit_apply
    raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
  File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/orm.py", line 1441, in raise_view_error
    'model': self._name, })
AttributeError: View definition error for inherited view 'account_simulation.view_account_journal_form_inherit_simul' on 'account.journal' model: Element '<field name="update_posted">' not found in parent view 'account.view_account_journal_form'

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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/704879

Title:
  [6] Impossible to access fi.journals in config

Status in OpenERP Modules (addons):
  New

Bug description:
  Menu Finance / Config / journals

  Try to open an existing journal and you get this error:

  
  Environment Information : 
  System : Linux-2.6.32-27-generic-pae-i686-with-Ubuntu-10.04-lucid
  OS Name : posix
  Distributor ID:	Ubuntu
  Description:	Ubuntu 10.04.1 LTS
  Release:	10.04
  Codename:	lucid
  Operating System Release : 2.6.32-27-generic-pae
  Operating System Version : #49-Ubuntu SMP Thu Dec 2 00:07:52 UTC 2010
  Operating System Architecture : 32bit
  Operating System Locale : fr_CH.UTF8
  Python Version : 2.6.5
  OpenERP-Client Version : 6.0.0
  Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
    File "/home/fclementi/openerp-instances/openerp6/server/bin/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/home/fclementi/openerp-instances/openerp6/server/bin/service/web_services.py", line 599, in dispatch
      res = fn(db, uid, *params)
    File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/orm.py", line 1590, in fields_view_get
      result['arch'] = _inherit_apply_rec(inherit_result, sql_res[3])
    File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/orm.py", line 1585, in _inherit_apply_rec
      result = _inherit_apply(result, inherit, id)
    File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/orm.py", line 1527, in _inherit_apply
      raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
    File "/home/fclementi/openerp-instances/openerp6/server/bin/osv/orm.py", line 1441, in raise_view_error
      'model': self._name, })
  AttributeError: View definition error for inherited view 'account_simulation.view_account_journal_form_inherit_simul' on 'account.journal' model: Element '<field name="update_posted">' not found in parent view 'account.view_account_journal_form'





Follow ups

References