From 4e188016c1428ce73ac99a50f566bc2950fb097e Mon Sep 17 00:00:00 2001 From: oca-git-bot Date: Thu, 31 Mar 2022 17:27:35 +0200 Subject: [PATCH] [IMP] update dotfiles [ci skip] --- 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 070b7606..3ce480f1 100644 --- a/product_warranty/models/product_supplierinfo.py +++ b/product_warranty/models/product_supplierinfo.py @@ -11,7 +11,7 @@ class ProductSupplierInfo(models.Model): @api.model def _get_default_instructions(self): - """ Get selected lines to add to exchange """ + """Get selected lines to add to exchange""" return self.env["return.instruction"].search( [("is_default", "=", True)], limit=1 )