Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2782 Widoki

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

 

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
lis 21
6177
0
lip 24
4657
0
paź 19
3368
1
lis 18
3183
0
lip 18
4038