-
-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Labels
Description
Module
app RMA
Describe the bug
After downloading V13 from here, the folder is placed in a DEV branch and pushed to an odoo sh instance. The build fails because a test in the sale_stock module fails.
To Reproduce
Affected versions: V13
Steps to reproduce the behavior:
- Create DEV branch with RMA app (v13) and upload
- Allow odoo SH to build branch
Expected behavior
The module should not cause tests in other modules to fail
Additional context
| 11/10/2021 21:15:07 | ERROR | server | FAIL: TestSaleStock.test_03_sale_stock_delivery_partial Traceback (most recent call last): File "/home/odoo/src/odoo/addons/sale_stock/tests/test_sale_stock.py", line 268, in test_03_sale_stock_delivery_partial self.assertEqual(self.so.invoice_status, 'invoiced', 'Sale Stock: so invoice_status should be "invoiced" when set to done') AssertionError: 'no' != 'invoiced' - no + invoiced : Sale Stock: so invoice_status should be "invoiced" when set to done |
|---|---|---|---|
| 11/10/2021 21:15:16 | ERROR | server | Module sale_stock: 1 failures, 0 errors |
Other modules installed and working:
- mrp_production_request 13.0.1.0.1
- product_multi_category 13.0.1.0.0
- purchase_request 13.0.4.2.0
- sale_order_line_date 13.0.1.1.0
- stock_available_unreserved 13.0.1.0.1