r/odoocommunity

▲ 3 r/odoocommunity+1 crossposts

Odoo for a used car dealership?

Hi, I was recently recommended Odoo as a solution that could manage the growth of the dealership I work at. I was wondering if anyone has used Odoo for a case liek this where the products themselves are the cars but also have the need to keep a log of supplies, what service has been done on the cars and keep track of added costs of the vehicles (paint, bodywork).

Thanks in advance.

reddit.com
u/OutcomeRare4415 — 1 day ago
▲ 7 r/odoocommunity+2 crossposts

Built a hospital system on Odoo 19 as ~30 small apps instead of one big module — some notes

Been working on a custom HIS (patients, encounters, pharmacy, lab, radiology, IPD, billing) on 19.0 Enterprise. Went with many separate hms_* apps on a shared base rather than one monolith, which has mostly paid off — each one installs and gets verified on its own.

A few things that cost me time:

  • _sql_constraints is silently ignored in v19. Use models.Constraint. A missing uniqueness rule fails quietly, so every constraint needs a test that proves a duplicate is rejected.
  • res.groups.category_id is gone — groups attach via privilege_id now, and groups sharing a privilege are mutually exclusive.
  • Kanban templates are <t t-name="card">kanban-box matches nothing.
  • Kanban/list templates are evaluated by OWL in the browser, so .startswith() throws. The same expression in a QWeb report is correct because that renders server-side. Cost me a whole view.

Anyone else splitting big verticals into many apps, or does it get unmanageable past a certain count?

u/Silver-Occasion50 — 1 day ago
▲ 6 r/odoocommunity+1 crossposts

How realistic is it for a small team to implement Odoo ERP for a medium/large company?

I'm looking for some honest feedback from people who have actually implemented Odoo at scale.

The scope would potentially include:

  • Supply Chain / Purchasing
  • Finance & Accounting
  • Warehouses / Inventory
  • Quality
  • Manufacturing / Production
  • Planning / MRP
  • HR
  • Cross-department workflows and approvals
  • Migration of existing data and processes

Provided that I can accurately obtain the needed data from all departments (Workflows, current used methods that need to be migrated to Odoo, Ownerships, etc etc..)

If Department A has a very specific workflow that triggers something in Department B, which then affects Finance, Warehouse, Production, etc., how far can we realistically take Odoo without turning the project into an unmaintainable collection of customizations?

For example, if we encounter a business workflow that isn't supported out of the box, can we get guidance from Odoo on the recommended way to implement it, or is the expectation that we figure it out ourselves / work through an Odoo partner?

reddit.com
u/duckleduck1 — 6 days ago
▲ 3 r/odoocommunity+2 crossposts

Found a file named .odoo_pg_health.json running in my Odoo/Postgres Docker setup. What is this?

Hey everyone,

I was checking my container setup today and noticed some unusual resource usage. Looking closer into the database container, I found a configuration file located at /var/tmp/.odoo_pg_health.json that appears to be related to XMRig.

Here is my current environment setup:

  • Stack: Odoo 15 container with a separate postgres image via Docker Compose.
  • Network/Ports: Only Odoo port 8069 is open to the public internet. The Postgres container port 5432 is strictly internal on a closed Docker network (prod-network) and has no public port mapping.
  • The File: The configuration inside .odoo_pg_health.json lists connections to pool.hashvault.pro:443 and pool.hashvault.pro:80.

Since the Postgres port isn't exposed externally, I'm trying to figure out how this file got here and what it's doing.

Have any of you seen this specific file name (.odoo_pg_health.json) or setup before? What do you guys know about how something like this gets generated or dropped into an isolated container?

Appreciate any thoughts or guidance on what to check next!

reddit.com
u/WhereasBulky5724 — 6 days ago