This question has been flagged
2198 Views

for this requette sql
for exemple:



"""select at.name, sum(solt.price_tax)
from sale_order_line solt,account_tax_sale_order_line_rel atsolr,account_tax at
where solt.id=atsolr.sale_order_line_id
and atsolr.account_tax_id=at.id
and solt.order_id = %s
group by at.name"""



i can sue the result for the requette in sale.order.view

 

Avatar
Discard