From 1ff3a02196c74dd21573e84aba22cca8bd99a3bb Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 17 Sep 2025 09:27:58 +0700 Subject: push --- indoteknik_custom/models/purchase_order.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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') -- cgit v1.2.3