From e765370016fc5ed9a9cf7b6009c0ec9ff4823435 Mon Sep 17 00:00:00 2001 From: YStorm5 <91424540+YStorm5@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:43:36 +0000 Subject: [PATCH] [FW][FIX] developer/tutorials/getting_started: swap headers I think these two header got mix up. closes odoo/documentation#7226 Forward-port-of: odoo/documentation#7199 Signed-off-by: Antoine Vandevenne (anv) --- content/developer/tutorials/getting_started/10_actions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/developer/tutorials/getting_started/10_actions.rst b/content/developer/tutorials/getting_started/10_actions.rst index 2942c10a3..c1820eec0 100644 --- a/content/developer/tutorials/getting_started/10_actions.rst +++ b/content/developer/tutorials/getting_started/10_actions.rst @@ -16,7 +16,7 @@ One could argue that we can already do these things by changing the state manual this is not really convenient. Moreover, we want to add some extra processing: when an offer is accepted we want to set the selling price and the buyer for the property. -Action Type +Object Type =========== **Reference**: the documentation related to this topic can be found in @@ -122,7 +122,7 @@ and its Pay attention: in real life only one offer can be accepted for a given property! -Object Type +Action Type =========== In :ref:`tutorials/getting_started/06_firstui`, we created an action that was linked to a menu. You