Skip to content

Commit

Permalink
Merge PR #64 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by jbeficent
  • Loading branch information
OCA-git-bot committed Jul 26, 2019
2 parents 350bec2 + 5717dd1 commit f7255f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mrp_bom_matrix_report/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "MRP BOM Matrix Report",
"version": "12.0.1.0.0",
"version": "12.0.1.0.1",
"license": "AGPL-3",
"author": "Eficent,"
"Odoo Community Association (OCA)",
Expand Down
10 changes: 5 additions & 5 deletions mrp_bom_matrix_report/i18n/mrp_bom_matrix_report.pot
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ msgstr ""
msgid "MRP BOM Matrix Report"
msgstr ""

#. module: mrp_bom_matrix_report
#: model:ir.model,name:mrp_bom_matrix_report.model_mrp_bom_matrix_report
msgid "MRP BoM Matrix Report"
msgstr ""

#. module: mrp_bom_matrix_report
#: model:ir.model.fields,field_description:mrp_bom_matrix_report.field_mrp_bom_matrix_report__parent_category_id
msgid "Parent Product Category"
Expand All @@ -66,8 +71,3 @@ msgstr ""
msgid "Report MRP BOM Matrix"
msgstr ""

#. module: mrp_bom_matrix_report
#: model:ir.model,name:mrp_bom_matrix_report.model_mrp_bom_matrix_report
msgid "mrp.bom.matrix.report"
msgstr ""

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 f7255f5

Please sign in to comment.