| models | ||
| views | ||
| __init__.py | ||
| __manifest__.py | ||
| .gitignore | ||
| README.md | ||
MRP Packaging Quantity
This module extends the Odoo Manufacturing app to allow creating Manufacturing Orders based on product packaging.
Features
- Packaging Selection: Adds a
Packagingfield to the Manufacturing Order form. - Quantity Packaging: Adds a
Quantity Packagingfield to specify the number of packages to produce. - Auto-Calculation: Automatically calculates the total
Quantity(to produce) based on the selected packaging and the number of packages (Quantity = Packaging Size * Quantity Packaging). - Manual Override: Allows users to manually adjust the Quantity if needed, or create MOs without using packaging.
Usage
- Go to Manufacturing > Operations > Manufacturing Orders.
- Click New to create a manufacturing order.
- Select a Product.
- (Optional) Select a Packaging type (e.g., Box of 10).
- Enter the Quantity Packaging (e.g., 5).
- The main Quantity field will automatically update (e.g., 50).
- Proceed with the manufacturing order as usual.
Installation
- Install this module in your Odoo instance.
- Ensure the user has the "Manage Product Packaging" permission (or the setting is enabled in Inventory/Sales).
Authors
- Suherdy Yacob