[FIX] rma_sale: show related RMAs without default filters

This commit is contained in:
Ernesto Tejeda
2020-10-20 11:17:18 -04:00
parent 7c22eaf655
commit 9a25d68fc8

View File

@@ -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):