Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiadavid committed Oct 10, 2024
1 parent eaa7a93 commit 2f2c916
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions account_due_list/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

from . import test_report_qweb_parameter
10 changes: 10 additions & 0 deletions account_due_list/tests/test_account_due_list.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import xml.etree.ElementTree as ET

from odoo.tests import common

from odoo.addons.base.models.ir_qweb import QWebException


class TestAccountDueList(common.TransactionCase):
def test_account_due_list(self):
pass

0 comments on commit 2f2c916

Please sign in to comment.