Files
rma/website_rma/__init__.py
Ernesto Tejeda d888abfc8e [ADD] website_sale: new module
This module adds a website form to allows to create an RMA from scratch
2020-12-01 14:11:59 -05:00

5 lines
113 B
Python

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