mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[IMP] update dotfiles [ci skip]
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user