Files
stock-rma/rma_account/models/__init__.py
Jordi Ballester Alomar 3448c2f39c [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.
2023-02-22 11:16:03 +01:00

9 lines
227 B
Python

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