[FIX] developer/javascript_cheatsheet: fix a typo
closes odoo/documentation#1226 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
827270c513
commit
d9e2ab6feb
@ -8,7 +8,7 @@ Javascript Cheatsheet
|
|||||||
There are many ways to solve a problem in JavaScript, and in Odoo. However, the
|
There are many ways to solve a problem in JavaScript, and in Odoo. However, the
|
||||||
Odoo framework was designed to be extensible (this is a pretty big constraint),
|
Odoo framework was designed to be extensible (this is a pretty big constraint),
|
||||||
and some common problems have a nice standard solution. The standard solution
|
and some common problems have a nice standard solution. The standard solution
|
||||||
has probably the advantage of being easy to understand for an odoo developers,
|
has probably the advantage of being easy to understand for an odoo developer,
|
||||||
and will probably keep working when Odoo is modified.
|
and will probably keep working when Odoo is modified.
|
||||||
|
|
||||||
This document tries to explain the way one could solve some of these issues.
|
This document tries to explain the way one could solve some of these issues.
|
||||||
|
Loading…
Reference in New Issue
Block a user