mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[IMP] product_warranty: black, isort, prettier
This commit is contained in:
committed by
Antoni Marroig Campomar
parent
2a5de067dd
commit
fcd9ef3c9f
@@ -18,7 +18,7 @@ class ProductSupplierInfo(models.Model):
|
|||||||
|
|
||||||
@api.depends("warranty_return_partner")
|
@api.depends("warranty_return_partner")
|
||||||
def _compute_warranty_return_address(self):
|
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
|
default address
|
||||||
"""
|
"""
|
||||||
for record in self:
|
for record in self:
|
||||||
|
|||||||
Reference in New Issue
Block a user