diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-17 11:27:36 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-17 11:27:36 +0000 |
| commit | d7cb0787c9a107434c16f3d4a678511858fb6cd5 (patch) | |
| tree | 8667f96ea9d6726f7bf0d20db67878552b4f3140 /indoteknik_custom/models/purchase_order.py | |
| parent | ec115f256cfbc24008606c3c4dc47ecdd96955e8 (diff) | |
| parent | 23d713fc686d56ef5b5e8004b91b3f4fe54117e6 (diff) | |
Merged odoo-backup into cbd-apt
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
| -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') |
