c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13300
[Bug 704879] Re: [extra-addons] account_simulation needs to be updated for v6.0 (impossible to access Account Journals Config)
Hello Frederic,
Looking at the traceback, it appears that the view you are trying to
open is broken by an incorrect inherited view from the
'account_simulation' module, which is an extra-addons module.
As it is not an official module, if you really need to use it, perhaps someone from camptocamp can help you fix it quickly in the extra-addons branch? If you do that (and it would be very appreciated), you can reopen this bug and assign it to yourself or your team (I must close it as Invalid right now)
Otherwise we will do it, but I can't say exactly when, as extra-addons are lower priority.
** Changed in: openobject-addons
Status: New => Invalid
--
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:
[extra-addons] account_simulation needs to be updated for v6.0
(impossible to access Account Journals Config)
Status in OpenERP Modules (addons):
Invalid
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'
References