Skip to content

Commit

Permalink
[REM] mrp_production_batch: removing dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankC013 committed Sep 3, 2024
1 parent 7ea5659 commit 26ee5c2
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 117 deletions.
2 changes: 1 addition & 1 deletion mrp_production_batch/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MRP Production Batch
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:61fb5987a03dd433cc41146fb2b0a02cde67896a7c73de4607fda46f2e1dbf4a
!! source digest: sha256:a8ac7f61ac8767f22ec328b4cd40272b9f6ee210038ea12b7024bbcdabac34de
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
1 change: 0 additions & 1 deletion mrp_production_batch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from . import models
from . import wizard
1 change: 0 additions & 1 deletion mrp_production_batch/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
"views/stock_picking_views.xml",
"views/res_config_settings_views.xml",
"views/mrp_bom_line.xml",
"wizard/mrp_production_batch_wizard.xml",
],
}
2 changes: 1 addition & 1 deletion mrp_production_batch/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">MRP Production Batch</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:61fb5987a03dd433cc41146fb2b0a02cde67896a7c73de4607fda46f2e1dbf4a
!! source digest: sha256:a8ac7f61ac8767f22ec328b4cd40272b9f6ee210038ea12b7024bbcdabac34de
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/NuoBiT/odoo-addons/tree/14.0/mrp_production_batch"><img alt="NuoBiT/odoo-addons" src="https://img.shields.io/badge/github-NuoBiT%2Fodoo--addons-lightgray.png?logo=github" /></a></p>
<ul class="simple">
Expand Down
2 changes: 0 additions & 2 deletions mrp_production_batch/wizard/__init__.py

This file was deleted.

22 changes: 0 additions & 22 deletions mrp_production_batch/wizard/mrp_production_batch_line_wizard.py

This file was deleted.

47 changes: 0 additions & 47 deletions mrp_production_batch/wizard/mrp_production_batch_wizard.py

This file was deleted.

42 changes: 0 additions & 42 deletions mrp_production_batch/wizard/mrp_production_batch_wizard.xml

This file was deleted.

0 comments on commit 26ee5c2

Please sign in to comment.