diff --git a/product_warranty/models/product_supplierinfo.py b/product_warranty/models/product_supplierinfo.py index e9c3dd64..070b7606 100644 --- a/product_warranty/models/product_supplierinfo.py +++ b/product_warranty/models/product_supplierinfo.py @@ -18,7 +18,7 @@ class ProductSupplierInfo(models.Model): @api.depends("warranty_return_partner") def _compute_warranty_return_address(self): - """ Method to return the partner delivery address or if none, the + """Method to return the partner delivery address or if none, the default address """ for record in self: