From 0d87fec0c4c6fb573b1a09076f6d50844d8d0a80 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 19 Aug 2022 11:12:08 +0700 Subject: initial commit --- custom_indoteknik/models/__init__.py | 0 custom_indoteknik/models/account_move.py | 0 custom_indoteknik/models/account_period.py | 0 custom_indoteknik/models/export_product.py | 0 custom_indoteknik/models/manufacture.py | 0 custom_indoteknik/models/sale.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 custom_indoteknik/models/__init__.py mode change 100644 => 100755 custom_indoteknik/models/account_move.py mode change 100644 => 100755 custom_indoteknik/models/account_period.py mode change 100644 => 100755 custom_indoteknik/models/export_product.py mode change 100644 => 100755 custom_indoteknik/models/manufacture.py mode change 100644 => 100755 custom_indoteknik/models/sale.py (limited to 'custom_indoteknik/models') diff --git a/custom_indoteknik/models/__init__.py b/custom_indoteknik/models/__init__.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/account_move.py b/custom_indoteknik/models/account_move.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/account_period.py b/custom_indoteknik/models/account_period.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/export_product.py b/custom_indoteknik/models/export_product.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/manufacture.py b/custom_indoteknik/models/manufacture.py old mode 100644 new mode 100755 diff --git a/custom_indoteknik/models/sale.py b/custom_indoteknik/models/sale.py old mode 100644 new mode 100755 -- cgit v1.2.3