odoo18/addons/l10n_pe_pos/tests/test_pe_pos.py

12 lines
431 B
Python

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