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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2268
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Nov 21
|
4701 | ||
|
0
Jul 24
|
3648 | ||
|
0
Oct 19
|
2179 | ||
|
1
Nov 18
|
1961 | ||
|
0
Jul 18
|
3031 |