Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REM] mrp_subcontracting #35898

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion addons/mrp/models/res_config_settings.py
Expand Up @@ -15,7 +15,6 @@ class ResConfigSettings(models.TransientModel):
module_mrp_plm = fields.Boolean("Product Lifecycle Management (PLM)")
module_mrp_workorder = fields.Boolean("Work Orders")
module_quality_control = fields.Boolean("Quality")
module_mrp_subcontracting = fields.Boolean("Subcontracting")
group_mrp_routings = fields.Boolean("MRP Work Orders",
implied_group='mrp.group_mrp_routings')

Expand Down
11 changes: 0 additions & 11 deletions addons/mrp/views/res_config_settings_views.xml
Expand Up @@ -44,17 +44,6 @@
</div>
</div>
</div>
<div class="col-lg-6 col-12 o_setting_box">
<div class="o_setting_left_pane">
<field name="module_mrp_subcontracting"/>
</div>
<div class="o_setting_right_pane">
<label for="module_mrp_subcontracting"/>
<div class="text-muted">
Subcontract the production of some products
</div>
</div>
</div>
</div>
<h2>Products</h2>
<div class="row mt16 o_settings_container">
Expand Down
25 changes: 0 additions & 25 deletions addons/mrp_subcontracting/__init__.py

This file was deleted.

19 changes: 0 additions & 19 deletions addons/mrp_subcontracting/__manifest__.py

This file was deleted.

12 changes: 0 additions & 12 deletions addons/mrp_subcontracting/data/mrp_subcontracting_data.xml

This file was deleted.

227 changes: 0 additions & 227 deletions addons/mrp_subcontracting/i18n/ca.po

This file was deleted.