Files
rma/website_rma/__init__.py
Ernesto Tejeda a3a68af04e [ADD] website_sale: new module
This module adds a website form to allows to create an RMA from scratch
2021-11-10 21:11:49 +01:00

5 lines
113 B
Python

# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import controllers
from . import models