simpos icon indicating copy to clipboard operation
simpos copied to clipboard

Python!??

Open arqbyte opened this issue 7 months ago • 1 comments

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.

arqbyte avatar Jun 05 '25 11:06 arqbyte

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.

flodef avatar Aug 19 '25 14:08 flodef