From 6d2ceaa24fdeacd4c8cbedbf95c1782569b62619 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Tue, 19 May 2026 17:09:55 +0700 Subject: [PATCH] chore: update module version to 19.0.1.0.0 for Odoo 19 compatibility --- __manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__manifest__.py b/__manifest__.py index 35bb78e..ef7b975 100755 --- a/__manifest__.py +++ b/__manifest__.py @@ -10,7 +10,7 @@ """, 'author': "Suherdy Yacob", 'category': 'Inventory/Inventory', - 'version': '17.0.1.0.0', + 'version': '19.0.1.0.0', 'depends': ['stock_account'], 'data': [ 'security/ir.model.access.csv',