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:
@@ -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:
|
||||
|
||||
6
setup/product_warranty/setup.py
Normal file
6
setup/product_warranty/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user