diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-17 09:55:31 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-17 09:55:31 +0700 |
| commit | 2c65cca19a67b66ac7d96eef0d6d74d3cee1740e (patch) | |
| tree | 9cd97985bf0af27025758e462e1e4f9fd8ade75e /indoteknik_custom/models/purchase_order.py | |
| parent | c136e5d34dfef4ae95c366b5c52197863b967919 (diff) | |
| parent | db4547a746308fe1498e36208c1821168183a7e2 (diff) | |
Merge branch 'production' of https://bitbucket.org/altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
| -rwxr-xr-x | indoteknik_custom/models/purchase_order.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py index 8ad25228..5e4617d4 100755 --- a/indoteknik_custom/models/purchase_order.py +++ b/indoteknik_custom/models/purchase_order.py @@ -47,6 +47,7 @@ class PurchaseOrder(models.Model): count_line_product = fields.Float('Total Item', compute='compute_count_line_product') note_description = fields.Char(string='Note', help='bisa diisi sebagai informasi indent barang tertentu atau apapun') has_active_invoice = fields.Boolean(string='Has Active Invoice', compute='_compute_has_active_invoice') + description = fields.Char(string='Description', help='bisa diisi sebagai informasi indent barang tertentu atau apapun') def _compute_has_active_invoice(self): for order in self: |
