mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
@@ -76,7 +76,6 @@ class TestRma(TransactionCase):
|
||||
{"name": "[Test] It's out of warranty. To be scrapped"}
|
||||
)
|
||||
cls.env.ref("rma.group_rma_manual_finalization").users |= cls.env.user
|
||||
cls.env.ref("stock.group_stock_multi_locations").users |= cls.env.user
|
||||
cls.warehouse = cls.env.ref("stock.warehouse0")
|
||||
# Ensure grouping
|
||||
cls.env.company.rma_return_grouping = True
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
<field name="rma_location_ids" invisible="1" />
|
||||
<field name="picking_id" invisible="1" />
|
||||
<field name="picking_type_code" invisible="1" />
|
||||
<field name="location_id" invisible="1" />
|
||||
</group>
|
||||
</field>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user