mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[11.0][IMP] mrp_multi_level: improve usability
This commit is contained in:
@@ -36,7 +36,7 @@ class MultiLevelMrp(models.TransientModel):
|
||||
'product_id': product.id,
|
||||
'mrp_qty_available': product.qty_available,
|
||||
'mrp_llc': product.llc,
|
||||
'name': product.name,
|
||||
'name': '[%s] %s' % (mrp_area.name, product.display_name),
|
||||
}
|
||||
|
||||
@api.model
|
||||
|
||||
Reference in New Issue
Block a user