This question has been flagged

Hi all,

I had import a lot of data in the system and now i want to change the product category Income Account do there have any way to update all the Income Account like using postgresql or any others way?

Avatar
Discard
Author

it said is product.category,property_account_income_categ but i go product_category from postgresql but cant found the property_account_income_categ

Author

or how to find the property_account_income_categ from postgresql, thanks you.

Best Answer

I think you will find these are property fields held in ir_property rather than directly on product category. Have a look at the data in the object - you should be able to sql update

Avatar
Discard
Author

Hi, Thanks alot finally i found it.