diff --git a/content/developer/tutorials/server_framework_101/09_actions.rst b/content/developer/tutorials/server_framework_101/09_actions.rst index 43096519256..6a2d551ea22 100644 --- a/content/developer/tutorials/server_framework_101/09_actions.rst +++ b/content/developer/tutorials/server_framework_101/09_actions.rst @@ -93,7 +93,7 @@ Finally, a public method should always return something so that it can be called When in doubt, just ``return True``. There are hundreds of examples in the Odoo source code. One example is this -`button in a view `__ +`button in a view `__ and its `corresponding Python method `__