diff --git a/progress_billing/__manifest__.py b/progress_billing/__manifest__.py index dc601ef81..df14713ab 100644 --- a/progress_billing/__manifest__.py +++ b/progress_billing/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################# { 'name': "Customer Progress Billing", - 'version': '17.0.1.0.0', + 'version': '17.0.1.0.1', 'category': 'Accounting', 'summary': """ Customer Invoice as Progress Billing for Project Odoo """, 'description': """ This module enables your accounting users to generate @@ -31,7 +31,7 @@ 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "https://www.cybrosys.com", - 'depends': ['account', 'account_accountant'], + 'depends': ['account', 'account'], 'data': [ 'reports/progress_billing_reports.xml', 'reports/progress_billing_report_templates.xml',