mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
Extra changes: - Change reception_move_ids to reception_move_id - Add test_rma_replace_pick_ship - Code and method reduction to simplify logic - Set route_ids (in/out) from procurements Co-authored-by: Michael Tietz TT48789
7 lines
189 B
Python
7 lines
189 B
Python
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
from . import account_move
|
|
from . import res_company
|
|
from . import res_config_settings
|
|
from . import rma
|
|
from . import sale
|