1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00
LibreERP package for YunoHost
Find a file
2015-09-16 10:17:50 +02:00
conf fix 2015-09-14 18:56:06 +02:00
scripts Multi-instances 2015-09-16 10:17:50 +02:00
.gitattributes 👾 Added .gitattributes & .gitignore files 2015-09-14 12:36:47 +02:00
.gitignore 👾 Added .gitattributes & .gitignore files 2015-09-14 12:36:47 +02:00
manifest.json fix 2015-09-14 18:38:41 +02:00
README.md Multi-instances 2015-09-16 10:17:50 +02:00

Odoo for YunoHost

Warning: This YunoHost app is still in development. Use it at your own risk! I am not responsible for any data loss that jeopardizes your organization

WARNING: Odoo is a complex app. DO NOT USE IT to run your business unless you know what you are doing!!! If you don't, use the hosted Odoo that will give you peace and customer support!

Important: This app MUST be installed on a domain's root! https://odoo.example.com/ will work https://example.com/odoo/ will NOT work

What does not work

  • Backup and restore via YunoHost
  • Automatic database creation
  • Automatic LDAP configuration

Configuration

Database

  • Create a database named "subdomain-domain-ltd" (for example "erp-test-com" if you access via erp.test.com)

Setup LDAP

  • Create a user named "template" with email "template". This user will give its permissions by default to YunoHost users so you can also give it appropriate permissions.
  • In "Edit Company Data" (on the logo), go to "Configuration" and add a LDAP setting
  • LDAP Address: localhost
  • LDAP Port: 389
  • LDAP Base: ou=users, dc=yunohost,dc=org
  • LDAP filter: uid=%s
  • Template user: template
  • Save

Backup and Restore via Odoo

  • In YunoHost, open the port 8069
  • Access Odoo via your server's IP or URL via :8069 at the end. You can now backup and restore via the web interface

Odoo

Odoo is a suite of web based open source business apps.

The main Odoo Apps include an Open Source CRM, Website Builder, eCommerce, 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.