Files
rma/product_warranty/models/__init__.py
2019-04-23 13:31:47 +05:30

11 lines
253 B
Python

# © 2016 Cyril Gaudin (Camptocamp)
# © 2009-2011 Akretion, Emmanuel Samyn
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import (
return_instruction,
product_supplierinfo,
res_company,
product_template
)