https://github.com/vuestorefront-community/odoo
https://github.com/vuestorefront-community/odoo
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuestorefront-community/odoo
- Owner: vuestorefront-community
- License: mit
- Created: 2021-06-23T11:30:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T15:22:55.000Z (about 1 month ago)
- Last Synced: 2025-04-02T11:42:14.272Z (14 days ago)
- Language: TypeScript
- Homepage: https://docs.vuestorefront.io/odoo/
- Size: 16.6 MB
- Stars: 73
- Watchers: 25
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: License.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-vuestorefront - Repository
README
![]()
### Stay connected
[](https://github.com/vuestorefront/vue-storefront)
[](https://twitter.com/vuestorefront)
[](https://www.youtube.com/c/VueStorefront)
[](https://discord.vuestorefront.io)## Alokai SDK integration with Odoo
This project is a Odoo integration with [Alokai](https://github.com/vuestorefront-community/vue-storefront/).
This integration is being developed and maintained by [ERPGAP / PROMPTEQUATION](https://www.erpgap.com/) ❤️Check our [demo](https://alokai.labs.erpgap.com/) server (it's a dev server so could be down sometimes)
## How to start?
```sh
1. git clone https://github.com/vuestorefront-community/odoo
2. git submodule init
3. git submodule update # now you fetched the theme submodule from template-odoo
2. yarn install
3. yarn build # (optional) Verify if everything works properly by building all three projects
4. yarn dev
5. If you want to use your own Odoo server you will need to add the [odoo-addons](https://github.com/erpgap/alokai-odoo) repository to your server
```Want to contribute? Ping us on `odoo` channel on [our Discord](https://discord.vuestorefront.io) or email us at info (at) odoogap.com!
## Directory structure
* **packages/api-client** - communicates with a backend;
* **packages/composables** - exposes composable functions used to retrieve data using `api-client` and to map them to universal data formats using `getters`;
* **packages/theme** - `nuxt` project that glues everything together. It extends our core theme and uses `composables` to retrieve data.## Resources
* [Vue Storefront Documentation](https://docs.vuestorefront.io/v2/)
* [Odoo integration Documentation](https://docs.alokai.com/integrations/odoo)
* [Odoo Backend Modules](https://github.com/erpgap/alokai-odoo)## Support
If you have any questions about this integration we will be happy to answer them on `odoo` channel on [our Discord](discord.vuestorefront.io).
## Credits
### Authors
* ERPGAP / PROMPTEQUATION
### Dependency Odoo Modules
* [OCA - Odoo Community Association - Base REST](https://github.com/OCA/rest-framework)
## Contributors ✨
LMuniz
💻
cpintofonseca
💻
SDMonteiro
💻
brunoodoogap
💻
Diogo Duarte
💻
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!