From cbbc6d7903b8b3102983fe552311b951af77eb10 Mon Sep 17 00:00:00 2001 From: bijaya Date: Fri, 14 Feb 2025 10:32:19 +0000 Subject: [PATCH] [IMP] account_invoice_hide_payment_button: pre-commit auto fixes --- account_invoice_hide_payment_button/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"],