odoo icon indicating copy to clipboard operation
odoo copied to clipboard

[FIX] mrp: by-products readonly

Open HANNICHE-Walid opened this issue 8 months ago • 3 comments

Steps to reproduce:

  1. Complete a manufacturing order and validate it
  2. Unlock the manufacturing order
  3. Go to the by-products tab and attempt to add by-products or change the quantity of existing by-products
  4. Unable to select a product from the database

Bug: the condition for readonly on the by-product product_id should be the same as its parent move readonly="state == 'cancel' or (state == 'done' and is_locked) therefore I'am simply removing the atribute

opw-3992201

HANNICHE-Walid avatar Jun 19 '24 12:06 HANNICHE-Walid