Invalid module names [Odoo 15]

Viewed 38
1 Answers

Check that you have configured your addons_path correctly and also that the spelling of the module in your command (e.g. "odoo-bin -i hotel_reservation_15") matches the name of the module's folder.

You can configure the addons_path with the --addons_path command-line option or by passing a configuration file to the odoo-bin script.

Related