diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2019-07-04 08:18:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-04 08:19:16 +0700 |
commit | f75fabe5f58199dab44fca505f0699315f60b4a4 (patch) | |
tree | edf59a0d9f85ada6ea5cdd56ef6ba16910f105a4 /python/odoo/README | |
parent | 43a22fd6714106204aa2698c8c699afe7a3453b7 (diff) | |
download | slackbuilds-f75fabe5f58199dab44fca505f0699315f60b4a4.tar.gz |
python/odoo: Added (CRM Application).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..819fcc288d --- /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. |