Skip to content
Snippets Groups Projects
Commit f220ca4c authored by Khoi Nguyen's avatar Khoi Nguyen
Browse files

[FIX] mrp: Change Work Orders text to make the dependence on quality explicit

parent bdeb7752
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class ResConfigSettings(models.TransientModel):
module_mrp_maintenance = fields.Boolean("Maintenance")
module_quality_mrp = fields.Boolean("Quality")
module_mrp_repair = fields.Boolean("Repair")
group_mrp_routings = fields.Boolean("Work Orders",
group_mrp_routings = fields.Boolean("Work Orders & Quality",
implied_group='mrp.group_mrp_routings')
@api.model
......
......@@ -19,7 +19,8 @@
<div class="o_setting_right_pane">
<label for="group_mrp_routings"/>
<div class="text-muted">
Process operations at specific work centers based on the routing defined on the bill of material of the final product
Process operations at specific work centers based on the routing
and carry out quality checks.
</div>
<div class="content-group" attrs="{'invisible': [('group_mrp_routings','=',False)]}">
<div class="mt16">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment