[FIX] account_move_line_rma_order_line: migration script, relative import in python 3.10

This commit is contained in:
AaronHForgeFlow
2023-11-23 09:57:53 +01:00
committed by Aaron ForgeFlow
parent 74aee1d8d5
commit d3b7be50a9

View File

@@ -4,7 +4,7 @@ import logging
from odoo import SUPERUSER_ID, api
from . import post_init_hook
from odoo.addons.account_move_line_rma_order_line import post_init_hook
_logger = logging.getLogger(__name__)