Hello Community,
I'm facing an issue after pushing my code to Odoo.sh. On build, I get the following warning/error:
Some modules are not loaded, some dependencies or manifest may be missing:
['test_mail_enterprise', 'test_mail_full', 'test_mail_sms', 'test_marketing_automation', 'test_mass_mailing']
- I am not using any of these addons in my custom code.
- I searched all my modules (__manifest__.py, imports, tests) but found no reference to these modules.
- Locally, everything works fine , but on Odoo.sh the error appears during the test/build process.
-- And i see other error related to the above:
Test: Failed
At least one test failed when loading the modules (upward_real_estate_unloaded)
Any help would be appreciated 🙏
odoo.sh = Enterprise, also you mention Odoo 18. Now for your local environment you state Odoo 17 CE - what gives?
Sorry i meant odoo18 my fault