The POS Order Analysis report is very helpful to us, but I'd like to add a few more details.
The report is found under 'Reporting' -> 'Point of Sale' -> 'Order Analysis'. It is a tree view that operates on the report.pos.order model. It has the 'Average Price' of each product, but I'd like the add the 'Average Cost' and 'Average Profit' (Price - Cost) as well.
Since this pulls data from report.pos.order, I'd like to know how that model gets it's data, and how to add these additional fields and calculations. If possible, I'd love to do this without editing module code, so I can continue to update my installation.
I'm still new to the technical side of OpenERP so any help and suggestions will be greatly appreciated!