Files
stock-rma/rma_account/models/__init__.py
Jordi Ballester 56cf851fe8 [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.
2022-03-02 11:35:08 +01:00

6 lines
134 B
Python

from . import rma_order
from . import rma_order_line
from . import rma_operation
from . import account_move
from . import procurement