From da7760b0f074ed4364def5a31ed6d7d8e8f4454b Mon Sep 17 00:00:00 2001 From: David Dufresne <27902736+ddufresne@users.noreply.github.com> Date: Mon, 7 Oct 2019 13:35:56 -0400 Subject: [PATCH] Add web_form_disable_autocomplete to numipack (#185) --- numipack/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/numipack/__manifest__.py b/numipack/__manifest__.py index 128b23e6..0dfcc00b 100644 --- a/numipack/__manifest__.py +++ b/numipack/__manifest__.py @@ -50,6 +50,7 @@ # Numigi/odoo-web-addons 'web_contextual_search_favorite', # TA#2637 'web_custom_label', # TA#3928 + 'web_form_disable_autocomplete', # TA#16461 'web_search_date_range', 'disable_quick_create',