summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/stock_scheduler_compute.py
blob: 489a4a4d1ce4219c2e7b8a8d63f8655cb6741906 (plain)
1
2
3
4
5
from odoo import api, models
from odoo.exceptions import UserError

class CustomStockSchedulerCompute(models.TransientModel):
    _inherit = 'stock.scheduler.compute'