mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
47 lines
No EOL
2.3 KiB
Markdown
47 lines
No EOL
2.3 KiB
Markdown
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 <a href="https://www.odoo.com/fr_FR/pricing-online#num_users=1&custom_apps=0">the hosted Odoo</a> 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 <a href="https://www.odoo.com/page/crm">Open Source CRM</a>, <a href="https://www.odoo.com/page/website-builder">Website Builder</a>, <a href="https://www.odoo.com/page/e-commerce">eCommerce</a>, <a href="https://www.odoo.com/page/project-management">Project Management</a>, <a href="https://www.odoo.com/page/accounting">Billing & Accounting</a>, <a href="https://www.odoo.com/page/point-of-sale">Point of Sale</a>, <a href="https://www.odoo.com/page/employees">Human Resources</a>, Marketing, Manufacturing, Purchase Management, ...
|
|
|
|
Odoo Apps can be used as stand-alone applications, but they also integrate seamlessly so you get
|
|
a full-featured <a href="https://www.odoo.com">Open Source ERP</a> when you install several Apps. |