Skip to content

Commit

Permalink
[12.0][FIX] mrp_bom_matrix_report: Add description on model
Browse files Browse the repository at this point in the history
  • Loading branch information
HviorForgeFlow committed Jul 23, 2019
1 parent 350bec2 commit ba0da3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mrp_bom_matrix_report/models/mrp_bom_matrix_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

class MrpBomMatrixReport(models.Model):
_name = 'mrp.bom.matrix.report'
_description = 'MRP BoM Matrix Report'
_auto = False

component_id = fields.Many2one(
Expand Down

0 comments on commit ba0da3a

Please sign in to comment.