diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-17 09:27:58 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-17 09:27:58 +0700 |
| commit | 1ff3a02196c74dd21573e84aba22cca8bd99a3bb (patch) | |
| tree | 3605e6f26b883732739bf58dfb24b4160670e0ce | |
| parent | 1271bb23355f04eec5535d09844c86de0810c7ca (diff) | |
push
| -rwxr-xr-x | indoteknik_custom/models/purchase_order.py | 3 |
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') |
