You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ It is **highly recommanded** to not remove them, since you would not be able to
27
27
28
28
#### Custom skilld-labs models
29
29
30
-
All others models (not core one) are specific to skilld-labs usage. They use our own odoo instance which is **version 11**. (note that models structure changed between odoo major versions).
30
+
All other models (not core one) are specific to skilld-labs usage. They use our own odoo instance which is **version 11**. (note that models structure changed between odoo major versions).
31
31
32
32
If you're ok to work with those models, you can use this library instance, if not you should fork the repository and generate you own models by following steps above.
33
33
@@ -66,7 +66,7 @@ func main() {
66
66
## Models
67
67
68
68
Generated models contains high level functions to interact with models in an easy and golang way.
69
-
It covers the most common usage and contains for each models those functions :
69
+
It covers the most common usage and contains for each model those functions :
0 commit comments