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 19acf90 commit e9a6cf6Copy full SHA for e9a6cf6
README.md
@@ -11,13 +11,14 @@ An Odoo API client enabling Go programs to interact with Odoo in a simple and un
11
12
### Generate your models
13
14
+**Note: Generating models require to follow instructions in GOPATH mode. Refactoring for go modules will come soon.**
15
16
Define the environment variables to be able to connect to your odoo instance :
17
18
(Don't set `ODOO_MODELS` if you want all your models to be generated)
19
20
```
-export ODOO_ADMIN=admin
21
+export ODOO_ADMIN=admin // ensure the user has sufficient permissions to generate models
22
export ODOO_PASSWORD=password
23
export ODOO_DATABASE=odoo
24
export ODOO_URL=http://localhost:8069
0 commit comments