summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchase_order.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-09-17 11:27:36 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-09-17 11:27:36 +0000
commitd7cb0787c9a107434c16f3d4a678511858fb6cd5 (patch)
tree8667f96ea9d6726f7bf0d20db67878552b4f3140 /indoteknik_custom/models/purchase_order.py
parentec115f256cfbc24008606c3c4dc47ecdd96955e8 (diff)
parent23d713fc686d56ef5b5e8004b91b3f4fe54117e6 (diff)
Merged odoo-backup into cbd-apt
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 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')