Hi there,
Is there an easy way to change the printed reports in the portal of the current logged customer?
Let's take the (sale order) for example. When I want the print button in the portal (my account) to use another template for the print function, how can I do that?
The print button in the portal is special, because the template is going through this method:
if report_type in ('html', 'pdf', 'text'): return self._show_report(model=order_sudo, report_type=report_type, report_ref='sale.action_report_saleorder', download=download) |
Any ideas on this?