Hi,
I'm quite new to odoo/OpenERP and I'm trying to edit the delivery slip report. I got to the rml file in addons\stock\report and was able to modify the order of the fields in the table (Serial Nbr./Description/Quantity/... ), but I have been unable so far to show the actual price of a product. I know, for example, that the quantity is stored in move_lines.product_qty, but I have no Idea how I can see the price, is there a move_lines.product_price or something similar?
Thanks in advance for the responses