diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-15 15:13:19 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-10-15 15:13:19 +0700 |
| commit | 787ce986cc652bd92d0e477c11853eaef871b4e5 (patch) | |
| tree | 5b9df5e357e301d84554618e3592bdfd389c8178 /indoteknik_custom/models/stock_move.py | |
| parent | c04dd5a6a38ba35b30a39ed6596514679067e541 (diff) | |
| parent | ee6d5d4433a397ca5cdf3474f29bcbd0b2553736 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into matches-so-v2
Diffstat (limited to 'indoteknik_custom/models/stock_move.py')
| -rw-r--r-- | indoteknik_custom/models/stock_move.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_move.py b/indoteknik_custom/models/stock_move.py index d6505a86..b7db8775 100644 --- a/indoteknik_custom/models/stock_move.py +++ b/indoteknik_custom/models/stock_move.py @@ -19,6 +19,7 @@ class StockMove(models.Model): vendor_id = fields.Many2one('res.partner' ,string='Vendor') hold_outgoingg = fields.Boolean('Hold Outgoing', default=False) product_image = fields.Binary(related="product_id.image_128", string="Product Image", readonly=True) + partial = fields.Boolean('Partial?', default=False) # @api.model_create_multi # def create(self, vals_list): |
