summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-09-17 09:27:58 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-09-17 09:27:58 +0700
commit1ff3a02196c74dd21573e84aba22cca8bd99a3bb (patch)
tree3605e6f26b883732739bf58dfb24b4160670e0ce
parent1271bb23355f04eec5535d09844c86de0810c7ca (diff)
push
-rwxr-xr-xindoteknik_custom/models/purchase_order.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py
index e7e5c382..68180235 100755
--- a/indoteknik_custom/models/purchase_order.py
+++ b/indoteknik_custom/models/purchase_order.py
@@ -117,7 +117,8 @@ class PurchaseOrder(models.Model):
)
show_description = fields.Boolean(
- string='Show Description'
+ string='Show Description',
+ default=True
)
@api.onchange('show_description')