From 567fb9d18ead120f03edc596d7989105b135a73a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 1 Oct 2020 09:38:40 +0000 Subject: [PATCH] [IMP] account_move_line_product: black, isort, prettier --- account_move_line_product/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_line_product/__manifest__.py b/account_move_line_product/__manifest__.py index f9fc366dc..c8d8fa608 100644 --- a/account_move_line_product/__manifest__.py +++ b/account_move_line_product/__manifest__.py @@ -6,7 +6,7 @@ "version": "13.0.1.0.0", "summary": "Displays the product in the journal entries and items", "author": "ForgeFlow, Odoo Community Association (OCA)", - "website": "http://www.github.com/OCA/stock-logistics-warehouse", + "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Generic", "depends": ["account"], "license": "AGPL-3",