Merge PR #1181 into 15.0

Signed-off-by pedrobaeza
pull/1195/head
OCA-git-bot 2024-05-31 16:26:10 +00:00
commit 36b99a5ebd
1 changed files with 3 additions and 0 deletions

View File

@ -3,11 +3,14 @@
from datetime import date
from freezegun import freeze_time
from odoo import fields
from odoo.tests import new_test_user
from odoo.tests.common import TransactionCase
@freeze_time("2024-05-01", tick=True)
class TestActivityStatement(TransactionCase):
"""Tests for Activity Statement."""