diff --git a/account_invoice_hide_payment_button/__manifest__.py b/account_invoice_hide_payment_button/__manifest__.py index e7d41da4d..ab35e8a2d 100644 --- a/account_invoice_hide_payment_button/__manifest__.py +++ b/account_invoice_hide_payment_button/__manifest__.py @@ -5,10 +5,10 @@ { "name": "Invoice hide payment button", "summary": "This module hides payment button on invoices", - "version": "17.0.1.0.0", + "version": "14.0.1.0.0", "category": "Accounting", "author": "NuoBiT Solutions, S.L., Eric Antones", - "website": "https://github.com/NuoBiT/odoo-addons", + "website": "https://github.com/nuobit/odoo-addons", "license": "AGPL-3", "depends": ["account"], "data": ["views/account_invoice_view.xml"],