Skip to content

Commit

Permalink
Merge PR #1351 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed Oct 21, 2024
2 parents 81f8a17 + 9373903 commit 045bbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quality_control_mrp_oca/views/mrp_production_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<field name="domain">[('production_id', '=', active_id)]</field>
<field
name="context"
>{'default_object_id': 'mrp.production,' + str(active_id)}</field>
>{'default_object_id': 'mrp.production,' + active_id}</field>
</record>
<record model="ir.ui.view" id="mrp_production_qc_view">
<field name="name">mrp.production.form.qc</field>
Expand Down

0 comments on commit 045bbe8

Please sign in to comment.