← Back to team overview

openerp-community team mailing list archive

Re: attribute exception in database

 

On 2014-04-11 07:20, shazz0020 wrote:
> Hello ,
> 
> I deleted few entries directly from pgadmin .

Inadvisable.

> Now when i restart my server with -u all -d database command , it throws
> following error:
> 
> How i can resolve this critical issue?
>...
> 'Field product_tmpl_id not found in browse_record(product.product, 2349)'

Drop the table product_product in pgadmin. Then the update will recreate
it with the missing column (assuming you did no other damage).

N.B. All your products will be gone.
If that is undesirable just recreating the column in pgadmin might work.

Martin



Follow ups

References