From 4e5c5cfb867946408dc457a855c4813b28e5a458 Mon Sep 17 00:00:00 2001 From: Dossogne Bertrand Date: Fri, 22 Apr 2022 11:44:52 +0000 Subject: [PATCH] [FIX] developer: fix duplicate availability The duplicate action is not available for list views closes odoo/documentation#1850 X-original-commit: 9cf425d886471e5bf1fc526fcdd7ad43b841fe96 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/reference/backend/views.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/reference/backend/views.rst b/content/developer/reference/backend/views.rst index 1cf96d0ce..bb82739e0 100644 --- a/content/developer/reference/backend/views.rst +++ b/content/developer/reference/backend/views.rst @@ -92,7 +92,7 @@ an impact on all view types. Disable/enable record deletion on the view through the **Action** dropdown. -* ``duplicate`` (``form`` & ``list``) +* ``duplicate`` (``form``) Disable/enable record duplication on the view through the **Action** dropdown.