BUG: [Odoo] Running the Middleware as described by the new Doc
Hello @Diogo Duarte ,
First I want to thank you for the Odoo integration.
I was able to run it via the docker example but it is just an example with no clear how to do it with newer versions and latest docs.
So after reading the full documentation and watched the available videos and looked at all available code, I was not able to find the correct manner to configure and make Odoo work with the storefront.
* Is Odoo still supported by the same latest starter project and the documentation guide ? Is there any constraints to add to the Readme ?
* What is(are) the official repo(s) ? Are they the one hosted on the erpgap org. or the vue-storefront one ?
Here is the bug while making a request to the middleware:
Thank you again and hope we understand the project and contribute to it.
2 Replies
hi @Slim B. we are transitioning the repos from ODOOGAP to ERPGAP still need to update docs:
- Odoo Modules: https://github.com/erpgap/alokai-odoo
- Docker Compose: https://github.com/erpgap/alokai-docker
Odoo v18.0 is ready available. About that bug, first make sure you are using the correct node version. Are you getting that using Docker compose?
Awesome !
It seems that it is because I was using
@erpgap/odoo-api
instead of erpgap/odoo-sdk