Tuesday, April 21, 2026
1 change · 17.0
Resolved issues and error corrections
This change lets Odoo start even when a project has no addons yet, which is common in a brand-new repository. It removes an overly strict check so setup and early development workflows no longer fail before the first module is added.
Original PR description
Initialize a new empty git repository where you are going to vide-code some new Odoo modules. Because the repository is empty (no addon yet) the CLI fails with an "option --addons-path: the path <path> is not a valid addons directory". This makes vide-coder sad, and bigrams want vide-coders to be happy, so drop the sanity-check and also accept empty addons. Forward-Port-Of: odoo/odoo#256913