How to overcome the error?

Asked by shanky

Hi,
I get warning when I click on the menuitem

warning:
Can't find field 'type' in the following view parts composing the view of object model 'assign.detail':
* assign.detail

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

anyone can answer for this warning.

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
shanky
Solved:
Last query:
Last reply:
Revision history for this message
Naresh(OpenERP) (nch-openerp) said :
#1

hi,
just check whether you have written the field 'type' in view but it is not declared in the 'assign.detail' class.

Thanks,
nch

Revision history for this message
shanky (shankar-shinde-deactivatedaccount) said :
#2

Hi nch,
Thank for reply.

I did what you are said.

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#3

Hello Shanker,

Can you please close this question if your problem is solved?

Thanks.

Revision history for this message
shanky (shankar-shinde-deactivatedaccount) said :
#4

Hello vra,
My issue yet not solved, still i get same error.
Thanks,

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#5

Hello Shanker,

Can you provide me your code so I will easily tell you what is the problem in your code?

Thanks.

Revision history for this message
shanky (shankar-shinde-deactivatedaccount) said :
#6

Hi vra,

Module get installed, I see the view at client side .
However I still eager to know why got warning message yesterday. I only delete all old databases on the sever

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#7

Hello Shanker,

May be your old database is not fully updated so object file is simply load when you restart the server but the view file is not updated.
You need to update your complete database (When you changed view file.) using following command in your server terminal(Ubuntu Linux) :
./openerp-server.py -u all -d <dbname>

Thanks.

Revision history for this message
shanky (shankar-shinde-deactivatedaccount) said :
#8

Thank vra for reply,

I am very new to openerp,