Files
stock-rma/rma_account/models/__init__.py
Jordi Ballester Alomar 090905791d [FIX] include anglo-saxon price unit calculation in refunds.
Otherwise the anglo saxon entries won't be correct.
For example, the Interim (Delivered) account should balance
after receiving and triggering a refund on a customer rma.
2022-11-22 17:44:20 +01:00

7 lines
159 B
Python

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