From fcd9ef3c9f84df29d3de1750dfc2bf107d6fd27a Mon Sep 17 00:00:00 2001 From: Lois Suarez Date: Wed, 11 Aug 2021 09:46:25 +0100 Subject: [PATCH] [IMP] product_warranty: black, isort, prettier --- product_warranty/models/product_supplierinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: