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,