[FIX] rma: get all partner RMA

This commit is contained in:
DavidJForgeFlow
2023-05-02 09:32:46 +02:00
parent c3f76bd73a
commit fc6cd2ff48

View File

@@ -22,4 +22,6 @@ class ResPartner(models.Model):
action = self.env.ref("rma.action_rma_customer_lines")
result = action.sudo().read()[0]
result["context"] = {"search_default_partner_id": self.id}
result["domain"] = []
result["display_name"] = "Partner RMAs"
return result