We want to create multiple reports with different fields - i.e. Delivery slip with price or without it.
When I inherit template, it adds new entry into it which is shown also on parent report. What I want is to copy existing report and modify it (something like prototype inheritance on models) without modifying its parent view.
Is it possible to do it this way?