From 44a62e385ff3e4d5cf0c46369f5e115f814209a1 Mon Sep 17 00:00:00 2001 From: "Antoine Vandevenne (anv)" Date: Mon, 25 Apr 2022 09:53:16 +0000 Subject: [PATCH] [FIX] developer/rdtraining: fix typos closes odoo/documentation#1866 X-original-commit: f8f5ed93e1c82bf4280214c81218b3cde1463bd0 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/howtos/rdtraining/B_acl_irrules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/howtos/rdtraining/B_acl_irrules.rst b/content/developer/howtos/rdtraining/B_acl_irrules.rst index bb0720f59..160c2cb22 100644 --- a/content/developer/howtos/rdtraining/B_acl_irrules.rst +++ b/content/developer/howtos/rdtraining/B_acl_irrules.rst @@ -169,7 +169,7 @@ C X ====== ====== ==== ====== ====== A user with the groups A and C will be able to do anything but delete the object -while one with B and C will be able to read or update, but not search or read. +while one with B and C will be able to read and update it, but not create or delete it. .. note::