From 6bfbcb5277a26c8fbfb7295dfe457ff15915e03c Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Mon, 5 Jan 2026 13:41:15 +0700 Subject: [PATCH] change the manifest data --- __manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__manifest__.py b/__manifest__.py index 643632c..39c10bb 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -7,6 +7,7 @@ This module adds 'Total Billed' and 'Untaxed Total Billed' measures to the Purchase Analysis Report. It computes these values based on the account move lines linked to the purchase order lines. """, + 'author': 'Suherdy Yacob', 'depends': ['purchase', 'account'], 'data': [], 'installable': True,