diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-30 15:37:46 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-30 15:37:46 +0700 |
| commit | f7dbba32f167b988cdbfbc0d89664e5595460a9c (patch) | |
| tree | 0dd37665c82464743798b115e19ac863a0b9f7c2 | |
| parent | 4c4414b0a4b0a51acfe7324c4c556cd0aa57c3c6 (diff) | |
fix bug
| -rw-r--r-- | indoteknik_custom/models/stock_move.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/stock_move.py b/indoteknik_custom/models/stock_move.py index 42a6307a..3c765244 100644 --- a/indoteknik_custom/models/stock_move.py +++ b/indoteknik_custom/models/stock_move.py @@ -28,7 +28,7 @@ class StockMove(models.Model): # if po_line: # move.write({'purchase_line_id': po_line.id}) - return moves + # return moves @api.constrains('product_id') def constrains_product_to_fill_vendor(self): |
