Skip to content

Commit e9a6cf6

Browse files
author
Antoine Huret
committed
update README
1 parent 19acf90 commit e9a6cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ An Odoo API client enabling Go programs to interact with Odoo in a simple and un
1111

1212
### Generate your models
1313

14+
**Note: Generating models require to follow instructions in GOPATH mode. Refactoring for go modules will come soon.**
1415

1516
Define the environment variables to be able to connect to your odoo instance :
1617

1718
(Don't set `ODOO_MODELS` if you want all your models to be generated)
1819

1920
```
20-
export ODOO_ADMIN=admin
21+
export ODOO_ADMIN=admin // ensure the user has sufficient permissions to generate models
2122
export ODOO_PASSWORD=password
2223
export ODOO_DATABASE=odoo
2324
export ODOO_URL=http://localhost:8069

0 commit comments

Comments
 (0)