Why We’re Building FB Software ERP on Odoo Community

FB Website Builder

This lesson is members-only on YouTube. Members-only videos cannot play outside YouTube, so it opens there — if you are a member it starts straight away.

▶  Watch on YouTubeSee the levels

Lesson 3 of 3

Why We’re Building FB Software ERP on Odoo Community

24:10 · Intermediate · EN · 4 steps

Follow along

▸ 0:00

Why Odoo Community, not a hosted platform

What you own, what you rent, and the point at which renting stops being cheaper.

▸ 4:12

The eleven apps we actually connected

Which modules run the company day to day, and the two we switched off again.

▸ 11:40

Writing docker-compose.yml

Line by line, and why each service needs the volume it does.

services:
  odoo:
    image: odoo:19
    ports:
      - "8069:8069"
    volumes:
      - odoo-web-data:/var/lib/odoo
▸ 18:05

The permissions error you will hit

It is expected. Here is why it happens and how to clear it without deleting the volume.

About this lesson

Before you start

  • Docker installed and running
  • A terminal you are comfortable in
  • About forty minutes
  • No Odoo experience needed