Odoo - distributed business apps
-
I've just published the cloudron custom app odoo 12 CE here :
https://git.cloudron.io/altsyst/odoo12-ce-app/ -
For using the cloudron ldap :
- Create first the user in odoo with an empty password
- open the ldap parameters in odoo (as admin, config>settings)
- enter into an odoo terminal and get the cloudron ldap parameters
- fill in the ldap cloudron parameters (ldap server address, binddn, port, password)
- For LDAP base : ou=users,dc=cloudron
- restart odoo app (or cloudron, I don't remember)
-
@samir Attempting from your script, stuck in a loop:
Traceback (most recent call last):
Apr 08 12:52:02 File "/app/code/odoo-server/odoo-bin", line 5, in <module>
Apr 08 12:52:02 import odoo
Apr 08 12:52:02 File "/app/code/odoo-server/odoo/init.py", line 125, in <module>
Apr 08 12:52:02 from . import modules
Apr 08 12:52:02 File "/app/code/odoo-server/odoo/modules/init.py", line 8, in <module>
Apr 08 12:52:02 from . import db, graph, loading, migration, module, registry
Apr 08 12:52:02 File "/app/code/odoo-server/odoo/modules/loading.py", line 17, in <module>
Apr 08 12:52:02 import odoo.modules.migration
Apr 08 12:52:02 File "/app/code/odoo-server/odoo/modules/migration.py", line 12, in <module>
Apr 08 12:52:02 from odoo.modules.module import get_resource_path
Apr 08 12:52:02 File "/app/code/odoo-server/odoo/modules/module.py", line 25, in <module>
Apr 08 12:52:02 from odoo import SUPERUSER_ID, api
Apr 08 12:52:02 File "/app/code/odoo-server/odoo/api.py", line 1198, in <module>
Apr 08 12:52:02 from odoo.modules.registry import Registry
Apr 08 12:52:02 File "/app/code/odoo-server/odoo/modules/registry.py", line 18, in <module>
Apr 08 12:52:02 from odoo.sql_db import TestCursor
Apr 08 12:52:02 File "/app/code/odoo-server/odoo/sql_db.py", line 49, in <module>
Apr 08 12:52:02 import tools
Apr 08 12:52:02 ImportError: No module named 'tools'
Apr 08 12:52:10 => Ensure directories
Apr 08 12:52:10 => Patch config file
Apr 08 12:52:11 => Ensure data ownership -
@doodlemania2 which script? Odoo 10 or odoo 12? Could you fill an issue on git directly to keep track of the issue? Thanks!
-
@LoudLemur I don't think so - at least not yet. Unable to get it to install cleanly on my CR server, but I think it's close.
-
@LoudLemur nope.
but it's been working as a custom app on one of my instances for a few weeks. to get an idea of how odoo works and what you need to learn to implement an erp system in your company, it's top. as a reliable critical app for your company (without knowledge about content migration), you should wait until odoo is an official cloudron app. -
@nj thanks for your packaging efforts! I just tried to run odoo and it wouldn't start, it was always looping the
First run. Initializing DB...
bit. I've jumped in the terminal and ran the cmds manually and eventually figured out, that the/app/data
needed chowning to the cloudron-user before it worked - which it now does! So all we need to do is add/app/data/
to https://github.com/njsubedi/cloudron-odoo/blob/main/start.sh#L17 -
@msbt Odoo Community edition hosted on Cloudron would be a massive value add to the Cloudron portfolio. I totally recommend using Cloudron in a business to structure and improve processes. Unless your company has the budget to run Salesforce, or Service Now to do the same.
-
@makemrproper There is a large and active development community for Odoo. I think it would be quite excited to hear about a Beta of Odoo on Cloudron and they could contribute quite a lot. Hopefully, the other great applications available on Cloudron would catch their notice too, and people would join us.
-
@nebulon
I hope we are still making progress on supporting Odoo Community Edition on Cloudron.I think Cloudron users are aware of how powerful a tool Cloudron is. Odoo is a bit like Cloudron, in that it offers one click deployment of modules.
Unlike Cloudron, all the modules on Odoo are built to be interoperable. They push data to each other as needed, populating fields and helping you with auto-fill and reducing laboriousness of many manual tasks.
If you are familiar with Nextcloud (which is of course on Cloudron) then you will be right at home with Odoo.
-
@LoudLemur I too hope to see odoo in Cloudron soon. A lot of things would be simplified for us.
-
@LoudLemur looks like no one is working on this
It seems @nj and @samir managed to package it, but I have no idea how to test a custom app
-
This App request was made over 4 year ago. It is still a brilliant suggestion.
Odoo 16 has just been released. You can see the new features in the following videos:
Meet Odoo 16 - All the New Features:
https://yewtu.be/watch?v=RVFZL3D9plgWhat is new in Odoo 16 - Keynote:
https://yewtu.be/watch?v=UhEqLlbeLzMOdoo 16 Release Notes:
https://www.odoo.com/odoo-16-release-notes -
@LoudLemur Odoo is not an easy app to selfhost. And to add to that, it's non-trivial to make keep this app updated and help people migrate across versions (like they expect Cloudron apps to) with our current pricing model and target group. Odoo itself is a framework to run apps and each app has it's own updates. It's all very complex.
Not to say we won't package this, but it's not a priority.