Files
rma/website_rma/__init__.py
Ernesto Tejeda 22766b5623 [ADD] website_sale: new module
This module adds a website form to allows to create an RMA from scratch
2020-09-30 15:11:49 -04:00

5 lines
113 B
Python

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