Files
suite/rma/__init__.py
Jared Kipe 8b6c6a7ce2 IMP rma add the ability to relate RMA's to pickings.
Additionally, improve tests to add lines by the wizard instead of manually (especially since manually is not an option in the UI).
2018-08-16 14:24:32 -07:00

5 lines
92 B
Python

# -*- coding: utf-8 -*-
from . import controllers
from . import models
from . import wizard