Merge PR #175 into 12.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2020-10-20 15:27:16 +00:00

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