Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 09:06:23
Authors
Odoo Community Association (OCA), AvanzOSC, Tecnativa
Maintainers
Odoo Community Association (OCA), AvanzOSC, Tecnativa
Committers
OCA-git-bot, oca-ci, Wodran Van de Sande
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds the last sale info of the product. \* Last Sale Price
\* Last Sale Date \* Last Customer

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
product_last_sale_info_form_view product.last.sale.info.form product.product form Inherits product.product_normal_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • last_customer_id Many2one → res.partner
    comodel_name='res.partner' compute='_compute_last_sale' string='Last Customer'
  • last_sale_date Date
    compute='_compute_last_sale'
  • last_sale_price Float
    compute='_compute_last_sale'
Public methods (0)

No public methods.

New fields (1)
  • date_order_sale_last_price_info Datetime
    index=True related='order_id.date_order' store=True string='Order date'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
22 days ago
Last activity
0 days ago
Repository
OCA/sale-workflow
Pull request
[MIG] sale_last_price_info: Migration to 18.0 (#4505)