Skip to content
Snippets Groups Projects
Commit e984d8f9 authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] mrp: Updating cost from Bom Structure & Cost


Steps to reproduce the bug:

- Let's consider two storable products P1 and P2
- Update the cost of P2 to 10€
- Create a BOM for P1 with P2 as component
- Click on Bom Structure & Cost
- Click on P2
- Try to update the cost

Bug:

A traceback was raised saying that "Record does not exist or has been deleted" or the cost of an other
product was displayed because the active_id was still the id of the bom.

opw:2093199

closes odoo/odoo#39657

Signed-off-by: default avatarSimon Goffin (sig) <sig@openerp.com>
parent a44f008b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment