What is mapped and how use this in odoo 10? And how to use mapped and filter in Odoo 10? example
result = sum( order.order_line.filtered(
lambda r: r.state != "state" ).mapped( "field_name" )
)
and multiply each value of field1 by other field2 in same table an return all sum.