simpos
simpos copied to clipboard
Python!??
Hi,
This is an amazing project, I am a develop my self trying to build a POS app like this but for the retail side using tauri as well.
How and why have you incorprated python into SimPOS and how does it build with it? Also whats the XML for? It's my first time building an app so I am just confused.
Hi, Basically, Odoo developped a Javascript engine that will use:
- Python files as model (data, control, checks, ...)
- XML files as view (display, layout, ...) The Odoo system is modular and allow for custom addons that can be added to the core Odoo system.