Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] purchase,sale: improve product sales history #162554

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rupa-odoo
Copy link
Contributor

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

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
@robodoo
Copy link
Contributor

robodoo commented Apr 19, 2024

@C3POdoo C3POdoo added the RD research & development, internal work label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants