summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchase_order.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-07-16 16:13:12 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-07-16 16:13:12 +0700
commit7a64a1d80fe3fe1027331938642888de6b791e75 (patch)
tree74b9e8862f4a5992d6697dcf1517c265327e8b78 /indoteknik_custom/models/purchase_order.py
parent337c226eecd0a306c25f2ab961d41def56ccabc3 (diff)
update note logistic
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
-rwxr-xr-xindoteknik_custom/models/purchase_order.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py
index 3bbb126c..e5d44178 100755
--- a/indoteknik_custom/models/purchase_order.py
+++ b/indoteknik_custom/models/purchase_order.py
@@ -13,7 +13,7 @@ except ImportError:
_logger = logging.getLogger(__name__)
-
+
class PurchaseOrder(models.Model):
_inherit = 'purchase.order'