[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2022-03-31 17:27:35 +02:00
committed by SilvioC2C
parent a884fdc124
commit 4e188016c1

View File

@@ -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
)