We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bc16b commit 7ebbd34Copy full SHA for 7ebbd34
content/developer/reference/frontend/javascript_cheatsheet.rst
@@ -8,7 +8,7 @@ Javascript Cheatsheet
8
There are many ways to solve a problem in JavaScript, and in Odoo. However, the
9
Odoo framework was designed to be extensible (this is a pretty big constraint),
10
and some common problems have a nice standard solution. The standard solution
11
-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,
12
and will probably keep working when Odoo is modified.
13
14
This document tries to explain the way one could solve some of these issues.
0 commit comments