From 6cb1fc1a1cd0c8091c32dfcd19ebc58793873d25 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 24 May 2023 14:42:28 +0700 Subject: add note description in purchase order --- indoteknik_custom/models/purchase_order.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/models/purchase_order.py') diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py index f334d968..ea99e165 100755 --- a/indoteknik_custom/models/purchase_order.py +++ b/indoteknik_custom/models/purchase_order.py @@ -38,6 +38,7 @@ class PurchaseOrder(models.Model): summary_qty_po = fields.Float('Total Qty', compute='_compute_summary_qty') summary_qty_receipt = fields.Float('Summary Qty Receipt', compute='_compute_summary_qty') 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') def _compute_date_planned(self): for order in self: -- cgit v1.2.3