From dca58449623e0fd25f2dc301747982da6a5ea940 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 4 Jun 2025 13:40:22 +0700 Subject: add new field on so and invoice --- fixco_custom/models/stock_picking.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fixco_custom/models/stock_picking.py') diff --git a/fixco_custom/models/stock_picking.py b/fixco_custom/models/stock_picking.py index 86810d1..55b6d7e 100755 --- a/fixco_custom/models/stock_picking.py +++ b/fixco_custom/models/stock_picking.py @@ -34,6 +34,8 @@ class StockPicking(models.Model): invoice_number = fields.Char('Invoice Number') pdf_label_url = fields.Char('PDF Label URL') invoice_mp = fields.Char(string='Invoice Marketplace') + address = fields.Char('Address') + note_by_buyer = fields.Char('Note By Buyer') def label_ginee(self): try: -- cgit v1.2.3