diff --git a/odoo_sh/getting_started/first_module.rst b/odoo_sh/getting_started/first_module.rst index e5e19f3fd..78d9efa2f 100644 --- a/odoo_sh/getting_started/first_module.rst +++ b/odoo_sh/getting_started/first_module.rst @@ -379,7 +379,7 @@ Add .. code-block:: text - $ unidecode + unidecode Then use the library in your module, for instance to remove any special characters in the name field of your model.