Tecnativa / doodba

Base image for making the creation of customized Odoo environments a piece of cake
Apache License 2.0
423 stars 303 forks source link

Can't install by default all addons from core odoo 14.0 #485

Closed yajo closed 2 years ago

yajo commented 2 years ago

Describe the bug

Just create a new scaffolding for Odoo 14.0 and don't restrict odoo addons. It will not install all addons if you run docker-compose run --rm odoo addons init --installable --extra --enterprise --explicit

Actual behavior

doodba INFO: Waiting until postgres is listening at db...
doodba INFO: Linking all addons from /opt/odoo/custom/src/addons.yaml in /opt/odoo/auto/addons
doodba INFO: Generating /opt/odoo/auto/odoo.conf file. Overriding any existing...
doodba INFO: Merging found configuration files in /opt/odoo/auto/odoo.conf
doodba INFO: Executing addons init --installable --extra --enterprise --explicit
Addons without manifest:
{'/opt/odoo/custom/src/odoo/addons/odoo_referral_portal'}
ERROR: 1

Expected behavior

Ignore this folder, that has nothing relevant: https://github.com/odoo/odoo/tree/14.0/addons/odoo_referral_portal

pedrobaeza commented 2 years ago

Can you put the PR with such ignore?

yajo commented 2 years ago

MVP fix in https://github.com/odoo/odoo/pull/85823

pedrobaeza commented 2 years ago

I suppose it's there by any weird glitch they have. The CI is red, so maybe it's showing such patch. Let's see what they say.

MiquelRForgeFlow commented 2 years ago

The fix in odoo was merged.