I'm trying to learn how to get Odoo working for my small business. We are on Odoo Community 13.0
Because we rely on an external shipping calculator and the APIs are not available to us in Odoo Community, I would like to have a calculated field that displays the total order weight, total number of items in the order, and volume on the Sales Order view (and eventually report).
This is because we manually pre-quote freight charges and it would be handy to not have to hand-calculate this information during quoting.
This field should display the total weight of all items in the sales order, as well as the volume - and additionally display the total count of line items in the order.
I've been able to find out how to make simple calculated fields through the GUI, but I'm not sure how to access the product weight, volume by line item and use that in a calculated field which sums the values.
Can anyone point me in the right direction or give an example?