Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vuestorefront-community/odoo
https://github.com/vuestorefront-community/odoo
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/vuestorefront-community/odoo
- Owner: vuestorefront-community
- License: mit
- Created: 2021-06-23T11:30:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T23:58:54.000Z (6 months ago)
- Last Synced: 2024-05-22T16:32:11.769Z (6 months ago)
- Language: TypeScript
- Homepage: https://docs.vuestorefront.io/odoo/
- Size: 13.9 MB
- Stars: 61
- Watchers: 23
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-vuestorefront - Repository
README
### Stay connected
[![GitHub Repo stars](https://img.shields.io/github/stars/vuestorefront/vue-storefront?style=social)](https://github.com/vuestorefront/vue-storefront)
[![Twitter Follow](https://img.shields.io/twitter/follow/vuestorefront?style=social)](https://twitter.com/vuestorefront)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCkm1F3Cglty3CE1QwKQUhhg?style=social)](https://www.youtube.com/c/VueStorefront)
[![Discord](https://img.shields.io/discord/770285988244750366?label=join%20discord&logo=Discord&logoColor=white)](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://vsfsdk.labs.odoogap.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/vuestorefront-community/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.vuestorefront.io/odoo)
* [Odoo Backend Modules](https://github.com/vuestorefront-community/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!