Go to file
2026-02-21 10:09:16 +07:00
__pycache__ first commit 2026-02-10 14:53:13 +07:00
models feat: Add final location lookup and assign it to stock moves. 2026-02-21 10:09:16 +07:00
views feat: Enable creation of WH to Prep inventory transfers from approval requests and introduce 'WH Sent' status. 2026-02-12 10:41:18 +07:00
__init__.py first commit 2026-02-10 14:53:13 +07:00
__manifest__.py first commit 2026-02-10 14:53:13 +07:00
.gitignore feat: Enable creation of WH to Prep inventory transfers from approval requests and introduce 'WH Sent' status. 2026-02-12 10:41:18 +07:00
README.md feat: Enable creation of WH to Prep inventory transfers from approval requests and introduce 'WH Sent' status. 2026-02-12 10:41:18 +07:00

Approval Create WH to Prep Move

This module creates an Inventory Transfer from an Approval Request.

Features

  • Create Inventory Transfer: adds a button "Create WH to Prep Move" to the Approval Request form (visible when approved).
  • Automatic Transfer Creation: Creates a delivery order with operation type "Brigjend Katamso: WH to Prep (Send)" and destination "Physical Locations/Inter-warehouse transit".
  • Status Tracking:
    • Adds a new status "WH Sent" to the Approval Request.
    • Automatically updates the status to "WH Sent" when the inventory transfer is created.
    • Displays "WH Sent" status in the statusbar and with a distinct color in the list view.
  • Link to Transfer: Adds a smart button to view the created transfer(s).

Configuration

Ensure the following are configured in your database:

  • Operation Type: "Brigjend Katamso: WH to Prep (Send)"
  • Destination Location: "Physical Locations/Inter-warehouse transit"

Usage

  1. Create a new Approval Request with the appropriate category.
  2. Submit and get it approved.
  3. One approved, click the "Create WH to Prep Move" button.
  4. The system will create the inventory transfer and change the approval status to "WH Sent".