From 56a3da299d2948d54c3df23146871627f7ec38c3 Mon Sep 17 00:00:00 2001 From: Tarek berkane <156575595+tarek-berkane-dzexpert@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:05:15 +0000 Subject: [PATCH] [FW][FIX] tutorials/getting_started: typo in 'estate' closes odoo/documentation#7773 Forward-port-of: odoo/documentation#7772 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/tutorials/getting_started/08_relations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/tutorials/getting_started/08_relations.rst b/content/developer/tutorials/getting_started/08_relations.rst index 707f1b1ea..1913b7180 100644 --- a/content/developer/tutorials/getting_started/08_relations.rst +++ b/content/developer/tutorials/getting_started/08_relations.rst @@ -13,7 +13,7 @@ or a user on any existing business model. In our real estate module, we want the following information for a property: - the customer who bought the property -- the real restate agent who sold the property +- the real estate agent who sold the property - the property type: house, apartment, penthouse, castle... - a list of tags characterizing the property: cozy, renovated... - a list of the offers received