[MIG] partner_statement: Migration to 18.0

This commit is contained in:
kobros-tech
2025-02-12 02:20:49 +03:00
committed by Miquel Raïch
parent 7899fff564
commit b054d48e24
9 changed files with 36 additions and 15 deletions

View File

@@ -5,7 +5,8 @@
from dateutil.relativedelta import relativedelta
from odoo import fields
from odoo.tests.common import Form, TransactionCase, new_test_user
from odoo.tests import Form
from odoo.tests.common import TransactionCase, new_test_user
class TestOutstandingStatement(TransactionCase):