This question has been flagged

I installed module Sales and then in module Contacts I got a new icon/badge (dollar sign and number) in Kanban view. How can I remove it from Kanban view? 
Thanks in advance... :)

Avatar
Discard
Best Answer

you can comment the code showing that data from the xml view. its in the res.partner.kanban.saleorder.inherit. It worked for me. 

Avatar
Discard
Author

I do not want to touch the original code of Odoo. I have to inherit the view first and then what sould I do?

from this link you can see how its to inherit and from there you just exclude the part of code where it doesnt show the code segment of the data that you want to hide

https://www.odoo.com/forum/help-1/how-to-inherit-view-in-existing-module-94801