Files
stock-rma/rma_account/models/__init__.py
Jordi Ballester f48e298bd8 [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.
2024-11-27 11:06:05 +05:30

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