12 lines
431 B
Python
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 TestGenericCO(TestGenericLocalization):
|
|
@classmethod
|
|
@AccountTestInvoicingCommon.setup_country('co')
|
|
def setUpClass(cls):
|
|
super().setUpClass()
|