odoo18/addons/l10n_ar_pos/tests/test_ar_pos.py

13 lines
428 B
Python

from odoo.addons.point_of_sale.tests.test_generic_localization import TestGenericLocalization
from odoo.tests import tagged
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
@tagged('post_install', '-at_install', 'post_install_l10n')
class TestGenericAR(TestGenericLocalization):
@classmethod
@AccountTestInvoicingCommon.setup_country('ar')
def setUpClass(cls):
super().setUpClass()