This question has been flagged

I have custom module as 'banking_mandate'. After migrating it to odoo12, functionality works properly. If I upload the same module to odoo.sh of odoo12 enterprise, build always fails by giving following error.


I also tested my custom module at local system, but it did not reproduce the error.

As the screenshot shows failure in account module of base, we also tried to solve test cases using following command:

 ./odoo-bin -i account -d database_name --test-enable --stop-after-init

We are still stuck at the same problem.


Above error occurs after executing the mentioned command of running the test cases.

- For a while I thought, it might occur from custom module. But If I create a clean build without uploading my custom module, I installed accounting module in the same clean build. I still get the same error of test cases failed.

I am not able to trace the root cause of the test case error.

How to solve or make the build successful?

Has anybody faced the same issue? As its really a blocker to go ahead.

Can you suggest a solution or help for the above issue?

Avatar
Discard