odoo/odoo#162554

Created by Rushil Patel (rupa)

Blocked

  • Merge method
  • Review
  • CI
label
odoo-dev:master-sales-product-sales-history-rupa
head
75d192652e29b3777d2f484a942a97b06921f59b
target
master

[IMP] purchase,sale: improve product sales history

Before this commit:

-> The default view for product actions in the Sale module was the pivot view. -> Clicking on a line in the Sale report list view redirected to the form view. -> Clicking on a line in the Purchase Report list view did not redirect to another view.

After this commit:

-> The default view for product actions is now the list view. -> Clicking on a sale order in the list view redirects to the Sale Order page. -> Additional fields have been added to the Sale report list view. -> Clicking on a line in the Purchase Report list view now directs to the purchase order.
-> Additional fields and views (Graph, Pivot, Kanban) have been added to the purchase report.
-> Default filters have been applied to Purchase Orders, and field names have been updated from "Partner" to "Vendor" and "Total Quantity" to "Quantity".

Task-3250969