Skip to content

Commit

Permalink
[REM] mrp_subcontracting
Browse files Browse the repository at this point in the history
There was a first version of mrp_subcontracting at rev [1] and now
there's a second verion at rev [2]. As the second version sensibly
changed the flows and models AND we don't have the time to backport the
changes AND saas-12.3 will be released on the saas, we chose to remove
the module in saas-12.3 to not have to support both version once v13 is
released.

[1] d91db5b
[2] 9b6a539

closes #35898

Signed-off-by: Christophe Simonis <chs@odoo.com>
  • Loading branch information
sle-odoo committed Aug 21, 2019
1 parent 42820c3 commit ea92e0b
Show file tree
Hide file tree
Showing 65 changed files with 0 additions and 6,684 deletions.
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.

0 comments on commit ea92e0b

Please sign in to comment.