1.4 KiB
1.4 KiB
Custom Bank Internal Transfer
A custom Odoo 17 module that provides a simplified 2-entry internal bank transfer flow.
Features
- Dedicated Menu: Adds a separate "Bank Internal Transfer" menu under Accounting/Vendors.
- Direct Reconciliation Flow: Generates only 2 journal entries instead of the standard 3, completely bypassing the liquidity transfer / internal transfer account.
- Entry 1: Source Bank Statement Line (Dr Outstanding Payments [Source], Cr Source Bank)
- Entry 2: Destination Bank Statement Line (Dr Dest Bank, Cr Outstanding Payments [Source])
- Unique Sequencing: Implements a dedicated sequence (e.g.
BIT/2026/0001) for bank internal transfers. - Printable Receipt: Supports generating PDF payment receipts using the standard vendor payment receipt template.
Dependencies
accountaccount_accountant(Required for Odoo Enterprise accounting menus)
Installation
- Copy the
account_custom_internal_transferdirectory to your Odoo custom addons path. - Update the App List in Odoo.
- Install the "Custom Bank Internal Transfer" module.
Usage
- Navigate to Accounting > Vendors > Bank Internal Transfer.
- Click New.
- Select the Source Journal (e.g., Bank BCA) and Destination Journal (e.g., Cash).
- Specify the Date, Amount, and Memo.
- Click Confirm to execute the transfer.
- To print a receipt, click Print > Payment Receipt.