Skip to content

Commit

Permalink
fixup! Migrate stock_available_mrp to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-dacosta committed Aug 22, 2019
1 parent ace3a3e commit c242435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_available_mrp/models/product_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ProductProduct(models.Model):
bom_id = fields.Many2one(
'mrp.bom',
compute='_compute_bom_id',
string='Bill of Materials'
string='BOM'
)

@api.depends('virtual_available', 'bom_id', 'bom_id.product_qty')
Expand Down

0 comments on commit c242435

Please sign in to comment.