You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the unit tests on stock_reserve in a demo database (Odoo.SH for example), it throws a warning saying that multiple stock locations setting is not enabled.
Message in log: "Creating a new warehouse will automatically activate the Storage Locations setting"
To Reproduce
Affected versions: All
Steps to reproduce the behavior:
Install stock_reserve on a demo database
Run full Odoo test suite and module unit tests
Expected behavior
No warnings thrown in the logs
Suggestion
After adding the following to start of the test_stock_reserve.py test this sorts the issue.
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
Module
stock_reserve
Describe the bug
When running the unit tests on stock_reserve in a demo database (Odoo.SH for example), it throws a warning saying that multiple stock locations setting is not enabled.
Message in log: "Creating a new warehouse will automatically activate the Storage Locations setting"
To Reproduce
Affected versions: All
Steps to reproduce the behavior:
Expected behavior
No warnings thrown in the logs
Suggestion
After adding the following to start of the test_stock_reserve.py test this sorts the issue.
The text was updated successfully, but these errors were encountered: