From fa835852fa5e3ef4fe678712f46338e6b8e0a3c2 Mon Sep 17 00:00:00 2001 From: Nhomar Hernandez Date: Wed, 5 Aug 2015 02:54:26 -0500 Subject: [PATCH] [FIX] typo on comment being refered to an unexistent field. --- product_warranty/models/product_supplierinfo.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/product_warranty/models/product_supplierinfo.py b/product_warranty/models/product_supplierinfo.py index 3139fc66..937eb284 100644 --- a/product_warranty/models/product_supplierinfo.py +++ b/product_warranty/models/product_supplierinfo.py @@ -46,13 +46,8 @@ class ProductSupplierInfo(models.Model): @api.one @api.depends('warranty_return_partner') def _compute_warranty_return_address(self): - """ Method to return the partner delivery address or if none, - the default address - - dedicated_delivery_address stand for the case a new type of - address more particularly dedicated to return delivery would be - implemented. - + """ Method to return the partner delivery address or if none, the + default address """ return_partner = self.warranty_return_partner partner_id = self.company_id.partner_id.id