From 638d9bb417a22f771fcc6713eab6af4715ff287f Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Sat, 20 Jun 2026 12:54:31 +0700 Subject: [PATCH] [REF] Refactor module for Odoo 17 compatibility --- README.md | 14 +++++++------- __manifest__.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 57a7a4f..e0a5061 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ Account Shared Bank Cash Auto Entry This module automatically creates and posts cash centralization entries between branch companies and the parent company based on the net cash movement of the previous day. Key Features: -* Run automatically every day at 12:00 PM WIB (05:00 AM UTC). -* Calculates net cash balance of the default cash account (111103) from the previous day. -* Accounts for vendor payments (from the vendor_payment_misc_auto_entry module) and other cash movements. -* Automatically converts currencies if the parent and branch company currencies are different. -* Generates and posts the corresponding intercompany journal entries in both companies. +Run automatically every day at 12:00 PM WIB (05:00 AM UTC). +Calculates net cash balance of the default cash account (111103) from the previous day. +Accounts for vendor payments (from the vendor_payment_misc_auto_entry module) and other cash movements. +Automatically converts currencies if the parent and branch company currencies are different. +Generates and posts the corresponding intercompany journal entries in both companies. Configuration: -* Relies on the configuration set in the parent module "account_shared_bank_cash". -* Configure the Parent Company, Parent Journal, and Intercompany accounts on the branch company's cash journal. +Relies on the configuration set in the parent module "account_shared_bank_cash". +Configure the Parent Company, Parent Journal, and Intercompany accounts on the branch company's cash journal. diff --git a/__manifest__.py b/__manifest__.py index e0ebd83..fb9f934 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { 'name': 'Account Shared Bank Cash Auto Entry', - 'version': '1.0', + 'version': '17.0.1.0.0', 'category': 'Accounting', 'summary': 'Automatically generate cash centralization journal entries next day at 12:00 PM WIB', 'author': 'Suherdy Yacob',