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.
7 lines
159 B
Python
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
|