From c7dc90bc70b515781fe9547acdced4f31c1b0f9c Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Tue, 19 May 2026 17:34:49 +0700 Subject: [PATCH] chore: update module version to 19.0.1.0.1 and add __pycache__ to .gitignore --- .gitignore | 2 ++ __manifest__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b1de6f2..ae2f1b7 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ # Temporary files *.tmp + +__pycache__/ diff --git a/__manifest__.py b/__manifest__.py index a394287..d3dc8d5 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'Account Report Show All', - 'version': '17.0.1.0.1', + 'version': '19.0.1.0.1', 'category': 'Accounting/Reporting', 'summary': 'Show all accounts in General Ledger and Trial Balance', 'description': """