TIP: You can type at any time to perform a new search.
Stock Move Purchase Price Update
stock_move_purchase_price_update · OCA/purchase-workflow
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_editableBooleancompute='_compute_purchase_fields' -
purchase_price_unitFloatcompute='_compute_purchase_fields'digits='Product Price'inverse='_inverse_purchase_price_unit'string='Purchase price'
No public methods.
New fields (3)
-
is_purchase_price_editableBooleancompute='_compute_purchase_fields' -
purchase_line_idMany2one → purchase.order.linecomodel_name='purchase.order.line'compute='_compute_purchase_fields' -
purchase_price_unitFloatcompute='_compute_purchase_fields'digits='Product Price'inverse='_inverse_purchase_price_unit'string='Purchase price'
No public methods.
Loading…