Skip to content

[IMP] custom_sale_purchase_display: enhance product listing #905

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

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

Conversation

ksoz-odoo
Copy link

@ksoz-odoo ksoz-odoo commented Jul 31, 2025

Improve product selection on Sale Orders, Purchase Orders

Before:

  • Products in Sale Orders were displayed in default order, unrelated to customer history.
  • No indication of the last invoice date on product cards.
  • Forecasted and on-hand quantities were not visible at a glance.
  • No visual indicator for differences in stock levels.
  • Kanban product catalog in Purchase Orders didn't showed color tags

After:

  • In Sale Orders, products already sold to the selected customer are prioritized and sorted from most recent to oldest invoice.
  • Remaining products appear afterward in standard order.
  • Product cards in catalog view now display the last invoice date
  • Forecasted quantity and on-hand quantity are shown directly on product cards.
  • Stock differences are highlighted: red for negative (-), green for positive (+).

@robodoo
Copy link

robodoo commented Jul 31, 2025

Pull request status dashboard

@ksoz-odoo ksoz-odoo force-pushed the 18.0-final-task-last_products-so-po-ksoz branch 3 times, most recently from 9880112 to 5cdfc02 Compare August 6, 2025 05:41
@ksoz-odoo ksoz-odoo force-pushed the 18.0-final-task-last_products-so-po-ksoz branch from 5cdfc02 to dba5e23 Compare August 8, 2025 04:55
Improve product selection on Sale Orders, Purchase Orders

Before:
- Products in Sale Orders were displayed in default order, unrelated to customer
  history.
- No indication of the last invoice date on product cards.
- Forecasted and on-hand quantities were not visible at a glance.
- No visual indicator for differences in stock levels.
- Kanban product catalog in Purchase Orders didn't showed color tags

After:
- In Sale Orders, products already sold to the selected customer are prioritized
  and sorted from most recent to oldest invoice.
- Remaining products appear afterward in standard order.
- Product cards in catalog view now display the last invoice date
- Forecasted quantity and on-hand quantity are shown directly on product cards.
- Stock differences are highlighted: red for negative (-), green for
  positive (+).
@ksoz-odoo ksoz-odoo force-pushed the 18.0-final-task-last_products-so-po-ksoz branch from dba5e23 to 1887e9d Compare August 8, 2025 04:57
@ksoz-odoo ksoz-odoo changed the title [IMP] sale: enhance product listing and display on sales/purchase forms [IMP] custom_sale_purchase_display: enhance product listing Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants