Merge 15.0

This commit is contained in:
Jared Kipe
2022-09-01 17:36:44 +00:00
parent 4e4536f7be
commit 3cc794c1fb
7 changed files with 144 additions and 11 deletions

View File

@@ -77,6 +77,7 @@ class TestRMA(common.TransactionCase):
self.assertEqual(rma.out_picking_id.move_lines.state, 'cancel')
def test_20_picking_rma(self):
self.product1.type = 'product'
type_out = self.env.ref('stock.picking_type_out')
location = self.env.ref('stock.stock_location_stock')
location_customer = self.env.ref('stock.stock_location_customers')