MPS: fix Odoo on-hand calculation
by CLuedoo https://www.cluedoo.com/shop/lic-clu-set-mrp-0039-mps-fix-odoo-on-hand-calculation-6854
Odoo
$ 100.21
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Inventory (stock) • Discuss (mail) • Purchase (purchase) • Invoicing (account) |
| Lines of code | 67 |
| Technical Name |
cds_mps_on_hand_quantity |
| License | OPL-1 |
| Website | https://www.cluedoo.com/shop/lic-clu-set-mrp-0039-mps-fix-odoo-on-hand-calculation-6854 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Inventory (stock) • Discuss (mail) • Purchase (purchase) • Invoicing (account) |
| Lines of code | 67 |
| Technical Name |
cds_mps_on_hand_quantity |
| License | OPL-1 |
| Website | https://www.cluedoo.com/shop/lic-clu-set-mrp-0039-mps-fix-odoo-on-hand-calculation-6854 |
STORY BEHIND THE FEATURE
ODOO BEHAVIOR
By default, Odoo calculates the on-hand quantity in the Master Production Schedule using the formula:
Current Available Quantity – Incoming Quantity Done (MO, Reception)+ Outgoing Quantity Done (Delivery out) .
CLUEDOO BEHAVIOR
CLuedoo changes the logic and removes also the consumed MO line during the period from the opening on-hand quantity.
This consumed MO line will be put in a separate column (required another module)
OUR FEATURES AS SOLUTIONS
On-hand Quantity = Available Quantity – Incoming Quantity Done + Outgoing Quantity Done + MOL Quantity Done
HOW TO USE THIS MODULE
|
Open the Master Production Schedule and the MPS view appears.
We can see the on-hand quantity is auto-calculated with the formula:
On-hand quantity = Available quantity - Incoming quantity done + Outgoing quantity done + Manufacturing Order line done
Where:
Incoming quantity done = - Actual quantity in MPS
Outgoing quantity done = + Actual quantity in MPS
|
|
|
For example, the on-hand quantity of product "Component A" is
-14
and it is calculated as follows:
On-hand quantity in MPS = Product quantity + (-Actual) - (+Actual) + MO quantity done in the same period = -17 - 0 + 0 + 3 = -14
|
|
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module