| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Sales (sale_management)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 422 |
| Technical Name |
xpt_customer_last_price |
| License | OPL-1 |
| Website | https://xpedyt.pl |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Sales (sale_management)
• Discuss (mail) • Invoicing (account) |
| Lines of code | 422 |
| Technical Name |
xpt_customer_last_price |
| License | OPL-1 |
| Website | https://xpedyt.pl |
Customer Last Price
See the last price paid by this customer for every product — directly on the sale order line.
Overview
When creating a new sale order it is often unclear what price was charged the last time this customer bought the same product. Was there a discount? Has the price changed since then? The salesperson either remembers, searches manually through old orders, or — most often — simply does not check at all.
Customer Last Price solves this without any extra clicks. As soon as a product is added to a sale order line, the module looks up the most recent confirmed order for that product and the same company, then shows the last unit price inline. Hovering the value reveals the quantity and order reference, and a single click opens a full purchase history table so the salesperson can see every previous transaction at a glance.
Last Price column on sale order lines
A Last Price column is added to the sale order lines tab. For each line the module automatically finds the most recent confirmed sale order that:
- contains the same product,
- belongs to the same commercial partner (any contact under the same company),
- is in state Sales Order or Done,
- is not the order currently being edited.
If no previous order is found, the column shows a dash. The lookup is computed in a single database query per order, so performance is not affected even on large order histories.
Hover popover with full context
Hovering over the Last Price value opens a small popover that shows:
- Last unit price — formatted in the order's currency
- Quantity sold — units from that previous line
- Order date — when the previous sale was confirmed
- Order reference — the SO number for quick navigation
The popover stays visible while the cursor is over it, so the salesperson can read the details without accidentally dismissing it.
Full purchase history dialog
A View history → link at the bottom of the popover opens a dialog with the complete purchase history for that product and customer. The table shows every previous confirmed sale order line, sorted by date descending, with the following columns:
- Date
- SO Number
- Contact — the specific contact on each order, useful for companies with multiple contacts
- Qty
- Unit Price
- Discount
- Subtotal
This gives the salesperson a clear view of price evolution over time and any discounts that were applied, without leaving the current order.
Company-wide lookup
The lookup uses the commercial partner (the parent company), not the individual contact on the order. This means that if a company has multiple contacts — a purchasing manager, a billing address, a warehouse contact — orders placed by any of them count towards the history. The salesperson sees the real price paid by that company, regardless of which contact was used on each order.
Requirements
- Odoo 19
- Module dependency:
sale_management
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module