Files
stock-rma/rma_purchase/models/__init__.py
Jordi Ballester 727d866639 [IMP] rma: Refactor all rma modules in order to consider using the correct price unit in moves
Otherwise the inventory accounting will be completely wrong.
2023-07-07 17:26:14 +02:00

7 lines
170 B
Python

from . import rma_order
from . import rma_order_line
from . import purchase_order
from . import purchase_order_line
from . import rma_operation
from . import procurement