Files
stock-rma/rma_sale/models/__init__.py
Jordi Ballester a70b72f093 init branch
2024-03-25 12:50:16 +01:00

8 lines
263 B
Python

# -*- coding: utf-8 -*-
# © 2017 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
from . import sale_order_line
from . import rma_order_line
from . import rma_order
from . import rma_operation