hieuhani / simpos

Simpos is an intuitive interface and powerful features point of sale client software for Odoo back end using React 🧑‍🍳
MIT License
96 stars 39 forks source link

How to setup Odoo to work with this frontend? #4

Open yazfield opened 7 months ago

yazfield commented 7 months ago

Hey,

I wanted to test the repo with a local Odoo instance but wasn't sure what's expected from the frontend? would be cool if you could give some directions.

Thanks a lot!

hieuhani commented 6 months ago

This project is developed using Odoo 13, so to start the Odoo development server, you will need a Odoo 13 instance. Then install these modules in this repo: https://github.com/hieuhani/simpos/tree/master/addons The required modules are:

Optional modules:

After installing all of these modules, you will need to install: point_of_sale module. That's it.

Sorry for the late response because I was on a holiday. Ready to work nowww 💪

AbelG101 commented 4 months ago

@hieuhani Could you please clarify what steps we need to take on the frontend after installing these modules on Odoo?