diff --git a/total_payable_receivable/__manifest__.py b/total_payable_receivable/__manifest__.py index 830c9e9b9..dcebccf0e 100644 --- a/total_payable_receivable/__manifest__.py +++ b/total_payable_receivable/__manifest__.py @@ -26,7 +26,7 @@ 'company': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', 'category': 'Accounting', - 'depends': ['base'], + 'depends': ['base', 'account'], 'license': 'LGPL-3', 'data': [ 'views/total_payable_receivable_view.xml',