From a4770a75e11bb248d6d008238865b6f031edeb88 Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Mon, 10 May 2021 17:31:27 +0200 Subject: [PATCH] =?UTF-8?q?[ADD]=C2=A0Add=20vendor=202=20in=20sale=20in=20?= =?UTF-8?q?view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__manifest__.py b/__manifest__.py index fbc4d40..186bd34 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -7,7 +7,7 @@ "application": False, "installable": True, "depends": [ - "account", + "account", "sale" ], "data": [ "views/account_bank_statement.xml", -- GitLab