From 7197b2f647545f42d387511146e8b04df75341c5 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 14 Sep 2023 15:51:45 +0700 Subject: change the function to what it was before --- indoteknik_custom/models/stock_scheduler_compute.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/indoteknik_custom/models/stock_scheduler_compute.py b/indoteknik_custom/models/stock_scheduler_compute.py index 9de22137..489a4a4d 100644 --- a/indoteknik_custom/models/stock_scheduler_compute.py +++ b/indoteknik_custom/models/stock_scheduler_compute.py @@ -3,9 +3,3 @@ from odoo.exceptions import UserError class CustomStockSchedulerCompute(models.TransientModel): _inherit = 'stock.scheduler.compute' - - def _procure_calculation_orderpoint(self): - return False - - def procure_calculation(self): - return False -- cgit v1.2.3