This question has been flagged
1 Reply
2325 Views

I need to deactivate a company instead of delete. I tried to add an  `active` field of Boolean type by default of True value in `res.company` model. But when I added this field the companies that I have created earlier disappeared and the companies which I created after adding the Boolean field also not listed in the tree view.

Avatar
Discard
Best Answer

Hi kabeer,


i am suggesting you to check any field named as active in res.company

if not exist then add as boolean field and set value as False for the company you want

hope it will work for you


thanks and regards

Haresh Kansara

Avatar
Discard
Author

@Haresh i hope i understood my question. I tried you suggested solution. And i already mentioned in my question.