Commit Graph

8 Commits

Author SHA1 Message Date
Raf Geens
51bc9d0719 [FIX] odoo.sh: Use right anchor in link
The "Commit & Push your changes" link was referring to the page instead
of the corresponding section.
2020-10-23 12:27:21 +02:00
Raf Geens
93ae6ca2bd [FIX] odoo.sh: Make unidecode description more specific
The original description says calling unidecode will remove special
characters, but this is not entirely accurate. For example, when I
inserted unicode emojis in the name, they were not removed. I was then
confused whether my module had correctly updated or not.

Instead, what unidecode will do is convert text characters to their
nearest ASCII equivalent, so "trés" becomes "tres" for example. The
description has been updated to reflect that.
2020-10-23 12:27:21 +02:00
mreficent
ade8bf335f [FIX] *: update url for 12.0
Outdated references
2019-09-16 15:53:56 +02:00
Denis Ledoux
d444c8652f [ADD] odoo_sh: documentation for the new features of Odoo.sh 2019-01-17 17:24:26 +01:00
Denis Ledoux
a234c78f14 [FIX] odoo_sh: move the git add after all changes performed 2018-04-03 14:37:44 +02:00
Martin Trigaux
981154d060 [FIX] odoo_sh: add the dependency without $ 2018-03-30 11:28:00 +02:00
Fabien Meghazi
56ef701a24 [IMP] odoo_sh: small improvements proposition 2018-03-29 10:49:27 +02:00
Denis Ledoux
14664038cc [ADD] odoo_sh: documentation 2018-03-29 10:49:27 +02:00