Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/sylnsr/odoo-in-vue
https://gitlab.com/sylnsr/odoo-in-vue
Last synced: 8 days ago
JSON representation
- Host: gitlab.com
- URL: https://gitlab.com/sylnsr/odoo-in-vue
- Owner: sylnsr
- License: mit
- Created: 2020-07-07T19:49:42.434Z (over 4 years ago)
- Default Branch: 13
- Last Synced: 2024-08-02T00:25:45.963Z (3 months ago)
- Stars: 10
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- quasar-awesome - github
README
# NOTE - This project is no longer supported
Odoo is just not popular enough here in the U.S. for it to have any economic significance for me.
Consequently, I am no longer interested in supporting this project or anything else Odoo related.The support feature in Gitlab will be disabled for this project.
---
This is a project that provides a foundation for developing typical business apps with Odoo and Vue. It includes
a very simple Vue prototype app that connects to the Odoo server through the Odoo JSON-RPC API.The Vue framework is built upon using the [Quasar Framework](https://quasar.dev/), which means that you can easily
convert your Vue app to a mobile app using Cordova or a desktop app using Electron. Using the Quasar framework also
means that you have a rich set of modern Vue components needed to build a very robust custom UI for Odoo, with Vue.Just download this repo and start customizing the Vue app in the `/ui` directory. Alternatively, if you already have
your Odoo development environment setup, then just download the `ui` directory from this project to get a basis for your
Quasar/Vue project that connects to Odoo.Everything is available on **Gitlab**: https://gitlab.com/sylnsr/odoo-in-vue
The stand-alone documentation is here: https://www.odooinvue.org