diff options
Diffstat (limited to 'python/odoo/README')
-rw-r--r-- | python/odoo/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/python/odoo/README b/python/odoo/README new file mode 100644 index 0000000000000..819fcc288d1ce --- /dev/null +++ b/python/odoo/README @@ -0,0 +1,15 @@ +Odoo is a suite of web based open source business apps. + +The main Odoo Apps include an Open Source CRM, Website Builder, +eCommerce, Warehouse Management, Project Management, Billing & +Accounting, Point of Sale, Human Resources, Marketing, Manufacturing, +Purchase Management, ... + +Odoo Apps can be used as stand-alone applications, but they also +integrate seamlessly so you get a full-featured Open Source ERP +when you install several Apps. + +how-to run: +python3 odoo-bin -r <user> -w <password> + +will listen by default on localhost:8069. |