From 981154d060a547ec357b07cd28fca475fea61e87 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Fri, 30 Mar 2018 11:28:00 +0200 Subject: [PATCH] [FIX] odoo_sh: add the dependency without $ --- odoo_sh/getting_started/first_module.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.