summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/__init__.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-08-23 09:26:35 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-08-23 09:26:35 +0700
commit055e68b5c1c20795c569d67d6bf7363c90182470 (patch)
tree0a987a0815a2e82109aab68ee5592ae62a417f4b /indoteknik_custom/models/__init__.py
parent9907f33408582ea68e11bd0b1b2bc8608c6c1c1e (diff)
Create inherit field in account.move model (Tax Invoice Flag)
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
-rwxr-xr-xindoteknik_custom/models/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py
index 8da36ce1..f4b2f27d 100755
--- a/indoteknik_custom/models/__init__.py
+++ b/indoteknik_custom/models/__init__.py
@@ -17,3 +17,4 @@ from . import purchase_order_line
from . import sale_order
from . import sale_monitoring_detail
from . import sale_monitoring
+from . import account_move