Skip to content

[14.0][FIX] l10n-italy: modules import fixes #4775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 14.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets_management/tests/test_assets_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from datetime import date

from odoo import fields
from odoo import Command, fields
from odoo.exceptions import AccessError, ValidationError
from odoo.fields import Command, first
from odoo.fields import first

Check warning on line 10 in assets_management/tests/test_assets_management.py

View check run for this annotation

Codecov / codecov/patch

assets_management/tests/test_assets_management.py#L10

Added line #L10 was not covered by tests
from odoo.tests import Form
from odoo.tests.common import TransactionCase
from odoo.tools.date_utils import relativedelta
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from odoo.fields import first
from odoo.tests import Form, tagged
from odoo.tools import first

from odoo.addons.account.tests.test_account_invoice_report import (
TestAccountInvoiceReport,
Expand Down