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

[14.0][ADD] mrp_production_batch: new module #338

Open
wants to merge 21 commits into
base: 14.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
db04a92
[ADD] mrp_production_batch: new module
KNVx Nov 17, 2023
c60f28e
[IMP] mrp_production_batch: new features + improved code
KNVx Nov 21, 2023
71c00f1
[IMP] mrp_production_batch: add new state in_progress & add new butto…
FrankC013 Dec 12, 2023
6eb73fe
[IMP] mrp_production_batch: code reviews
FrankC013 Dec 14, 2023
d8ee3a8
[FIX] mrp_production_batch: Fix to allow the dashboard's tree view to…
FrankC013 Dec 18, 2023
daf75f2
[FIX] mrp_production_batch: Fix to Allow Tree View to Open When Click…
FrankC013 Dec 18, 2023
7358f05
[IMP] mrp_production_batch: add buttons to review/ready in batch & ma…
FrankC013 Dec 21, 2023
ef67dbe
[FIX] mrp_production_batch: code reviews
FrankC013 Dec 22, 2023
7dce428
[IMP] mrp_production_batch: new improvements and implementations.
FrankC013 Jan 25, 2024
40956ad
[REF] mrp_production_batch: commit reviews
FrankC013 Feb 1, 2024
1488448
[FIX] mrp_production_batch: fix bugs and add some improvements
FrankC013 Sep 2, 2024
61aa738
[ADD] mrp_production_batch_product_expiry_removal_required
FrankC013 Sep 2, 2024
0037523
[FIX] mrp_production_batch_product_expiry_removal_required: ensure if…
FrankC013 Sep 3, 2024
e3e99fa
[I18N] mrp_production_batch: improve raise msg
FrankC013 Sep 3, 2024
2b85d00
[REM] mrp_production_batch: removing dead code
FrankC013 Sep 3, 2024
9f3dd72
[IMP] mrp_production_batch: improve error messages
FrankC013 Sep 4, 2024
355e013
[IMP] mrp_production_batch: improve message errors and translation
FrankC013 Sep 4, 2024
353a57f
[FIX] mrp_production_batch: No allow partial batch productions
FrankC013 Sep 5, 2024
4c6c829
[FIX] mrp_production_batch_product_expiry_removal_required: Fix remov…
FrankC013 Sep 6, 2024
e7348e7
[IMP] mrp_production_batch: Manage production validations through wiz…
FrankC013 Sep 6, 2024
7a1abc9
[IMP] mrp_production_batch: don't redirect to the partial order in a …
FrankC013 Sep 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions mrp_production_batch/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
====================
MRP Production Batch
====================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:a8ac7f61ac8767f22ec328b4cd40272b9f6ee210038ea12b7024bbcdabac34de
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-NuoBiT%2Fodoo--addons-lightgray.png?logo=github
:target: https://github.com/NuoBiT/odoo-addons/tree/14.0/mrp_production_batch
:alt: NuoBiT/odoo-addons

|badge1| |badge2| |badge3|

* This module manages production batches.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/NuoBiT/odoo-addons/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/NuoBiT/odoo-addons/issues/new?body=module:%20mrp_production_batch%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* NuoBiT Solutions

Contributors
~~~~~~~~~~~~

* `NuoBiT <https://www.nuobit.com>`_:

* Kilian Niubo <[email protected]>
* Frank Cespedes <[email protected]>
* Eric Antones <[email protected]>

Maintainers
~~~~~~~~~~~

This module is part of the `NuoBiT/odoo-addons <https://github.com/NuoBiT/odoo-addons/tree/14.0/mrp_production_batch>`_ project on GitHub.

You are welcome to contribute.
1 change: 1 addition & 0 deletions mrp_production_batch/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
22 changes: 22 additions & 0 deletions mrp_production_batch/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright NuoBiT Solutions - Kilian Niubo <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)

{
"name": "MRP Production Batch",
"summary": "This module manages production batches.",
"version": "14.0.1.0.0",
"author": "NuoBiT Solutions",
"website": "https://github.com/nuobit/odoo-addons",
"category": "Manufacturing/Manufacturing",
"depends": ["mrp"],
"license": "AGPL-3",
"data": [
"security/ir.model.access.csv",
"security/mrp_production_batch.xml",
"views/mrp_production_batch_views.xml",
"views/mrp_production_views.xml",
"views/stock_picking_views.xml",
"views/res_config_settings_views.xml",
"views/mrp_bom_line.xml",
],
}
Loading
Loading