summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_move.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-07-10 14:49:41 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-07-10 14:49:41 +0700
commit3d1a669929bd9201878e433e047753851ed07091 (patch)
tree9afd37dcb8bc34652d933a6606981ddfacf24993 /indoteknik_custom/models/stock_move.py
parent7e94d67390f87683982d8c62b862812a8971950d (diff)
change request stock picking
Diffstat (limited to 'indoteknik_custom/models/stock_move.py')
-rw-r--r--indoteknik_custom/models/stock_move.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_move.py b/indoteknik_custom/models/stock_move.py
index 9c991be3..fe46bf65 100644
--- a/indoteknik_custom/models/stock_move.py
+++ b/indoteknik_custom/models/stock_move.py
@@ -73,4 +73,5 @@ class StockMoveLine(models.Model):
_inherit = 'stock.move.line'
line_no = fields.Integer('No', default=0)
+ note = fields.Char('Note')
manufacture = fields.Many2one('x_manufactures', string="Brands", related="product_id.x_manufacture", store=True)