This question has been flagged
2 Replies
3102 Views

Hello,

I get the following error when trying to setup a new financial account :

" View error

Can't find field 'centralized' in the following view parts composing the view of object model 'account.account': * account.account.form.webkit

Either you wrongly customized this view, or some modules bringing those views are not compatible with your current data model "

And the complete error in the log :

openerp.netsvc: View error Can't find field 'centralized' in the following view parts composing the view of object model 'account.account': * account.account.form.webkit Either you wrongly customized this view, or some modules bringing those views are not compatible with your current data model Traceback (most recent call last): File "/data/openerp/openerp/netsvc.py", line 292, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/data/openerp/service/web_services.py", line 626, in dispatch res = fn(db, uid, params) File "/data/openerp/osv/osv.py", line 188, in execute_kw return self.execute(db, uid, obj, method, *args, *kw or {}) File "/data/openerp/osv/osv.py", line 144, in wrapper raise except_osv(inst.name, inst.value) except_osv: ('View error', u"Can't find field 'centralized' in the following view parts composing the view of object model 'account.account':\n * account.account.form.webkit\n\nEither you wrongly customized this view, or some modules bringing those views are not compatible with your current data model")

Can someone help me on what to do to get back the ability to create accounts ?

Thanks a lot Best regards,

AJ

Avatar
Discard
Author

Problem solved with re-installation of account_report_financial_webkit

Best Answer

You installed the account_financial_report_webkit module, but for some reason your database layout was not adapted. Was the module installed succesfully? Try restarting your OpenERP server and upgrade the module.

Avatar
Discard
Author Best Answer

Yep, thank you problem solved by reinstalling the module.

Thanks a lot Best regards

AJ

Avatar
Discard