From 5ff183f7ee77c99327d90e178bdccf77ab2c2cc4 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 23 Aug 2023 15:05:00 +0700 Subject: add new validation for product and product attribute --- indoteknik_custom/models/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/models/__init__.py') diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index bc20e55d..3a5079f6 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -83,3 +83,4 @@ from . import account_report_general_ledger from . import price_group from . import po_sync_price from . import base_import_import +from . import product_attribute -- cgit v1.2.3