summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_picking.py
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2023-07-28 06:43:38 +0000
committerIT Fixcomart <it@fixcomart.co.id>2023-07-28 06:43:38 +0000
commit0d67750d445b268bb675d6220008fce8deec421b (patch)
tree9001ee9f97d5abcd3214ea61ef12f78ff2b26f95 /indoteknik_custom/models/stock_picking.py
parente361ce63e944fe8e64302c0eec07befaa9f3d563 (diff)
parent71bdce1310997736f84a6d65d423fca801bfe655 (diff)
Merged in development (pull request #76)
Development
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
-rw-r--r--indoteknik_custom/models/stock_picking.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 2ddb5f75..4d1df7ee 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -68,6 +68,7 @@ class StockPicking(models.Model):
('hold', 'Hold by Sales'),
('not_paid', 'Customer belum bayar')
], string='Note', help='jika field ini diisi maka tidak akan dihitung ke lead time')
+ waybill_id = fields.One2many(comodel_name='airway.bill', inverse_name='do_id', string='Airway Bill')
def action_create_invoice_from_mr(self):
"""Create the invoice associated to the PO.