summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchase_order.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-09-17 11:28:03 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-09-17 11:28:03 +0000
commit701db966d5780ab0322e8cd9ca13acf06e10acdb (patch)
tree9fcaa8dfa5b671f95966c8e4e5e697de093c14ae /indoteknik_custom/models/purchase_order.py
parentfe75f5b4ad91ef9c5d54cd98449a53b8a40018bc (diff)
parent1fdeef8073eb35b407bb0b3cdb26bf635b3b1629 (diff)
Merged odoo-backup into cr_bu-related
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
-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 45fbe6e7..0304b5e2 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')