From 9d22bf9e14aac78e9855a944c262302ace6d0ca4 Mon Sep 17 00:00:00 2001 From: XPL Date: Mon, 22 Apr 2024 21:37:25 +0200 Subject: [PATCH] [IMP] spreadsheet: remove two technical functions closes odoo/documentation#8916 Signed-off-by: Xavier Platteau (xpl) --- content/applications/productivity/spreadsheet/functions.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/applications/productivity/spreadsheet/functions.rst b/content/applications/productivity/spreadsheet/functions.rst index ea3834ee4..235768964 100644 --- a/content/applications/productivity/spreadsheet/functions.rst +++ b/content/applications/productivity/spreadsheet/functions.rst @@ -517,10 +517,6 @@ Odoo - Get the value from a pivot (not compatible with Excel) * - ODOO.PIVOT.HEADER(pivot_id, [domain_field_name, ...], [domain_value, ...]) - Get the header of a pivot (not compatible with Excel) - * - ODOO.PIVOT.POSITION(pivot_id, field_name, position) - - Get the absolute ID of an element in the pivot (not compatible with Excel) - * - _T(value) - - Get the translated value of the given string (not compatible with Excel) .. _functions/operators: