Can I inherit from a standard report in OpenERP?
I want to make changes to the purchase order report in OpenERP 6.1. Do I have to go in and make changes to the purchase module, or can I create a new module that will inherit the standard report and override some details. Don Kirkby You can't exactly inherit another report and just override some details, but you can replace a standard report and make all existing links to it launch your new report instead. Our zaber_purchase module contains some changes to the purchase order report that our users wanted. Here's the purchase_report.xml file that replaces the standard report with ours. <?xml