I have a requirement where a user should not be able to see a print button in List view, and should only be able to get to see a print button while he is in form view. I know this can be done fields_view_get methods,
But is there an easy way that I may be missing by which this functionality can be implemented easily. Is there an option of inserting a specific parameter in xml while defining report, or from py file to block the printing functionality from tree or form view ? I searched something about setting "multi" as Flase, and "client_print_multi" which works in no way for me. I am using openerp v7 in ubuntu and using RML as my report format.