From f10855b57a2bcf1e3465261c359e4158db20a494 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 20 Apr 2026 10:45:58 +0700 Subject: [PATCH] migrate to odoo 19.0 --- __manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__manifest__.py b/__manifest__.py index 87ba0c3..54ce9f7 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Account Payment: Current Liability Override', - 'version': '17.0.1.0.0', + 'version': '19.0.1.0.0', 'summary': 'Allow employees to use a Current Liability account (liability_current) as their payable account and process payments correctly.', 'category': 'Accounting/Accounting', 'author': 'Suherdy Yacob',