From f4a7817c9a46421fa6a032fcff1c5d07fb91049a Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Tue, 27 Mar 2018 14:43:16 +0200 Subject: [PATCH] typo --- 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 b6771e27d..b991434e2 100644 --- a/odoo_sh/getting_started/first_module.rst +++ b/odoo_sh/getting_started/first_module.rst @@ -424,7 +424,7 @@ Add values['name'] = unidecode(values['name']) return super(my_module, self).write(values) -Adding a Python dependency requires a module version increase for the platform to install them. +Adding a Python dependency requires a module version increase for the platform to install it. Edit the module manifest