mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
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.
9 lines
227 B
Python
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
|