diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-04 13:40:22 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-06-04 13:40:22 +0700 |
| commit | dca58449623e0fd25f2dc301747982da6a5ea940 (patch) | |
| tree | 3a090311c4e9892384acee114fad9ad80c1bb3f5 /fixco_custom/models/stock_picking.py | |
| parent | 3307dcbdb37285bcd43a719a0ecbc1453e4af9df (diff) | |
add new field on so and invoice
Diffstat (limited to 'fixco_custom/models/stock_picking.py')
| -rwxr-xr-x | fixco_custom/models/stock_picking.py | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
