c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #27308
[Bug 802355] Re: Can't find field 'acc_name' in the following view parts composing the view of object model 'account.installer
Hello Phong,
I have checked this issue by creating db in current latest stable version 6 and use this same db by starting the trunk server. I did not face any traceback while updating the stable db in to trunk server.
Would you please provide me the related steps or database backup to reproduce the same issue at my end.
Thanks.
** Changed in: openobject-server
Status: New => Incomplete
--
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/802355
Title:
Can't find field 'acc_name' in the following view parts composing the
view of object model 'account.installer
Status in OpenERP Server:
Incomplete
Bug description:
I have the following error when upgrading modules through the client-
web (6.0-branch) with the back-end server in 6.1dev.
Traceback (most recent call last):
File "/var/local/software/openerp-6.0-trunk-20110627-1023/server/openerp/netsvc.py", line 434, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/var/local/software/openerp-6.0-trunk-20110627-1023/server/openerp/service/web_services.py", line 579, in dispatch
res = fn(db, uid, *params)
File "/var/local/software/openerp-6.0-trunk-20110627-1023/server/openerp/osv/osv.py", line 124, in wrapper
self.abortResponse(1, inst.name, 'warning', inst.value)
File "/var/local/software/openerp-6.0-trunk-20110627-1023/server/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/var/local/software/openerp-6.0-trunk-20110627-1023/server/openerp/osv/osv.py", line 174, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/var/local/software/openerp-6.0-trunk-20110627-1023/server/openerp/osv/osv.py", line 165, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/var/local/software/6.1dev-trunk/server/openerp/addons/account/installer.py", line 92, in fields_view_get
res = super(account_installer, self).fields_view_get(cr, uid, view_id=view_id, view_type=view_type, context=context, toolbar=toolbar,submenu=False)
File "/var/local/software/openerp-6.0-trunk-20110627-1023/server/openerp/osv/orm.py", line 1805, in fields_view_get
xarch, xfields = self.__view_look_dom_arch(cr, user, result['arch'], view_id, context=ctx)
File "/var/local/software/openerp-6.0-trunk-20110627-1023/server/openerp/osv/orm.py", line 1510, in __view_look_dom_arch
raise except_orm('View error', msg)
except_orm: ('View error', u"Can't find field 'acc_name' in the following view parts composing the view of object model 'account.installer':\n * account.installer.form\n\nEither you wrongly customized this view, or some modules bringing those views are not compatible with your current data model")
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/802355/+subscriptions
References