mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[FIX] rma_sale: show related RMAs without default filters
This commit is contained in:
@@ -65,6 +65,8 @@ class SaleOrder(models.Model):
|
||||
)
|
||||
else:
|
||||
action['domain'] = [('id', 'in', rma.ids)]
|
||||
# reset context to show all related rma without default filters
|
||||
action['context'] = {}
|
||||
return action
|
||||
|
||||
def get_delivery_rma_data(self):
|
||||
|
||||
Reference in New Issue
Block a user