odoo/tutorials#647
Created by Devendra Jaikishan Ladhani (djal)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 1s)
- ci/tutorial: (runtime 39s)
- label
- odoo-dev:18.0-put-in-pack-djal
- head
- 38ebd56a65339453f6fc3dc4bcda56b04a1c60a9
odoo/tutorials | |
---|---|
18.0 | #647 missing statuses missing r+ |
master |
[ADD] put_in_pack_stock: Created custom put in pack module
- Custom Put in Pack Button:
- Added a button in stock move list to package the full line quantity.
-
Removed existing move lines before creating a new packaged one.
-
Detailed Operations Wizard Update:
- Updated the detailed operations wizard from the hamburger button.
- Added fields for package quantity, package size, and package type.
-
Integrated a "Generate Packages" button inside the wizard.
-
Lot Number Handling:
- Implemented logic for both quantity-tracked and lot-tracked products.
-
Assigned packages correctly for each lot while distributing quantities..
-
Inventory View Enhancements:
- Added a Group By Packaging filter in Inventory Locations view.
- Allows users to view stock grouped by packaging type.