summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_quant.py
blob: 9affcf4b7f7715c16c3a1c2dcf3932822916c242 (plain)
1
2
3
4
5
6
7
8
import logging

from odoo import _, api, fields, models
from odoo.exceptions import UserError
class StockQuant(models.Model):
    _inherit = 'stock.quant'