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

[ADD] put_in_pack_stock: Created custom put in pack module #647

Draft
wants to merge 1 commit into
base: 18.0
Choose a base branch
from

Conversation

djal-odoo
Copy link

  • 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.

- **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.
@robodoo
Copy link

robodoo commented Mar 19, 2025

Pull request status dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants