diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-09-12 10:49:35 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-09-12 10:49:35 +0700 |
| commit | 40229df0261970eb3d955de2651cdb1a997bdbaa (patch) | |
| tree | b50870b51b682097dea6fd92e548268c7ba596a2 /indoteknik_custom/models/stock_move.py | |
| parent | 7d07a282c134cb5e2a784b73cc477e3f398df57c (diff) | |
| parent | 73d249fd48d0aeae8ac77946f07668210e12ae7b (diff) | |
<hafid> fix conflict
Diffstat (limited to 'indoteknik_custom/models/stock_move.py')
| -rw-r--r-- | indoteknik_custom/models/stock_move.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_move.py b/indoteknik_custom/models/stock_move.py index 64cb6ba6..d6505a86 100644 --- a/indoteknik_custom/models/stock_move.py +++ b/indoteknik_custom/models/stock_move.py @@ -1,6 +1,9 @@ from odoo import fields, models, api from odoo.tools.misc import format_date, OrderedSet from odoo.exceptions import UserError +import logging + +_logger = logging.getLogger(__name__) class StockMove(models.Model): _inherit = 'stock.move' |
