[IMP] product_warranty: black, isort, prettier

This commit is contained in:
Lois Suarez
2021-08-11 09:46:25 +01:00
parent f992363af2
commit 519e57a532
2 changed files with 7 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ class ProductSupplierInfo(models.Model):
@api.depends("warranty_return_partner")
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
"""
for record in self:

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)