Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Cloudron Forum

Apps | Demo | Docs | Install

Odoo - distributed business apps

Scheduled Pinned Locked Moved App Wishlist
87 Posts 19 Posters 11.7k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • luckowL Offline
    luckowL Offline
    luckow translator
    replied to LoudLemur on last edited by
    #44

    @LoudLemur this is package default:
    Memory Limit : 2.5 GB

    No idea if this is right or wrong. In my (few) test, the app is responsible.

    Pronouns: he/him | Primary language: German

    1 Reply Last reply
    1
  • BrutalBirdieB BrutalBirdie referenced this topic on
  • samirS Offline
    samirS Offline
    samir
    wrote on last edited by samir
    #45

    Hey,

    I'm cross-posting a message sent in the sponsoring odoo topic.
    For those interested in Odoo V10 CE, I've just updated my last script here :
    https://git.cloudron.io/altsyst/odoo10-ce-app

    I'm not maintaining it anymore, but it's working well for two years now (working with the ldap cloudron server).

    Enjoy 🙂

    scookeS L 2 Replies Last reply
    5
  • scookeS Offline
    scookeS Offline
    scooke
    replied to samir on last edited by
    #46

    @samir Is the install process the same as the other recently shared Odoo?

    A life lived in fear is a life half-lived

    samirS 1 Reply Last reply
    0
  • L Offline
    L Offline
    LoudLemur
    replied to samir on last edited by
    #47

    @samir Thank you very much for this. I know you are no longer maintaining this, but is it possible before you leave the project, if it does not take too much time, to incorporate the new script suggested here:

    https://git.cloudron.io/altsyst/odoo-ce-app/-/issues/1

    mdreiraM samirS 2 Replies Last reply
    1
  • mdreiraM Offline
    mdreiraM Offline
    mdreira translator
    replied to LoudLemur on last edited by
    #48

    @girish Would it be possible to pick up the slack and add Odoo or Flectra in the near future to Cloudron? This would be amazing.

    1 Reply Last reply
    2
  • samirS Offline
    samirS Offline
    samir
    replied to scooke on last edited by
    #49

    @scooke the install process is the cloudron custom app process, described in the doc

    1 Reply Last reply
    0
  • samirS Offline
    samirS Offline
    samir
    replied to LoudLemur on last edited by samir
    #50

    @LoudLemur The current script is based on the Yenthe666 script, I will publish an odoo12-ce-app very soon. It's pretty easy to adapt the script for odoo13 if you want it, though I've heard (to confirm) that the odoo based on even version are usually more stable than the odd one... I tend to pass the odd version, waiting for the even one.

    In my opinion, it makes sense to have separate repo for each odoo version. It's not obvious to update a odoo version, since it requires a special script to update the database (and other stuff...)

    1 Reply Last reply
    4
  • samirS Offline
    samirS Offline
    samir
    wrote on last edited by
    #51

    I've just published the cloudron custom app odoo 12 CE here :
    https://git.cloudron.io/altsyst/odoo12-ce-app/

    1 Reply Last reply
    6
  • samirS Offline
    samirS Offline
    samir
    wrote on last edited by samir
    #52

    For using the cloudron ldap :

    1. Create first the user in odoo with an empty password
    2. open the ldap parameters in odoo (as admin, config>settings)
    3. enter into an odoo terminal and get the cloudron ldap parameters
    4. fill in the ldap cloudron parameters (ldap server address, binddn, port, password)
    5. For LDAP base : ou=users,dc=cloudron
    6. restart odoo app (or cloudron, I don't remember)
    doodlemania2D 1 Reply Last reply
    4
  • doodlemania2D Offline
    doodlemania2D Offline
    doodlemania2 App Dev
    replied to samir on last edited by
    #53

    @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

    samirS 1 Reply Last reply
    1
  • samirS Offline
    samirS Offline
    samir
    replied to doodlemania2 on last edited by
    #54

    @doodlemania2 which script? Odoo 10 or odoo 12? Could you fill an issue on git directly to keep track of the issue? Thanks!

    doodlemania2D 1 Reply Last reply
    1
  • doodlemania2D Offline
    doodlemania2D Offline
    doodlemania2 App Dev
    replied to samir on last edited by
    #55

    @samir that was from 12, will do so!

    1 Reply Last reply
    2
  • L Offline
    L Offline
    LoudLemur
    wrote on last edited by
    #56

    @girish Is this ready to be included as an experimental status Cloudron application yet?

    doodlemania2D 1 Reply Last reply
    0
  • doodlemania2D Offline
    doodlemania2D Offline
    doodlemania2 App Dev
    replied to LoudLemur on last edited by
    #57

    @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.

    1 Reply Last reply
    1
  • L Offline
    L Offline
    LoudLemur
    replied to nj on last edited by
    #58

    @nj

    What is the latest on installing Odoo? Is it ready as a Cloudron Beta application yet?

    luckowL 1 Reply Last reply
    0
  • luckowL Offline
    luckowL Offline
    luckow translator
    replied to LoudLemur on last edited by
    #59

    @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.

    Pronouns: he/him | Primary language: German

    L 1 Reply Last reply
    3
  • L Offline
    L Offline
    LoudLemur
    replied to luckow on last edited by
    #60

    @luckow When that day happens, I shall be grinning from ear to ear! I shall probably be jumping up and down in joy too!

    1 Reply Last reply
    3
  • M Offline
    M Offline
    msbt App Dev
    replied to nj on last edited by
    #61

    @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

    M 1 Reply Last reply
    2
  • M Offline
    M Offline
    makemrproper
    replied to msbt on last edited by
    #62

    @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.

    L 1 Reply Last reply
    3
  • L Offline
    L Offline
    LoudLemur
    replied to makemrproper on last edited by
    #63

    @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.

    1 Reply Last reply
    2

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Login

  • Don't have an account? Register

  • Login or register to search.