Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
stock
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 08:42:59
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, eduezerouali-tecnativa
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Allow update purchase price from incoming picking operations, picking detailed
operations and picking batch detailed operations if the purchase order is not invoiced.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_picking_form stock.picking form Inherits stock.view_picking_form
view_stock_move_line_detailed_operation_tree stock.move.line tree Inherits stock.view_stock_move_line_detailed_operation_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • is_purchase_price_editable Boolean
    compute='_compute_purchase_fields'
  • purchase_price_unit Float
    compute='_compute_purchase_fields' digits='Product Price' inverse='_inverse_purchase_price_unit' string='Purchase price'
Public methods (0)

No public methods.

New fields (3)
  • is_purchase_price_editable Boolean
    compute='_compute_purchase_fields'
  • purchase_line_id Many2one → purchase.order.line
    comodel_name='purchase.order.line' compute='_compute_purchase_fields'
  • purchase_price_unit Float
    compute='_compute_purchase_fields' digits='Product Price' inverse='_inverse_purchase_price_unit' string='Purchase price'
Public methods (0)

No public methods.

Loading…