summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-09-14 15:51:45 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-09-14 15:51:45 +0700
commit7197b2f647545f42d387511146e8b04df75341c5 (patch)
tree3db649eff0210a08741075b224f12f1feadf0505
parent4b7fcd14f7d8dc286d534503116fd649165fbf4d (diff)
change the function to what it was before
-rw-r--r--indoteknik_custom/models/stock_scheduler_compute.py6
1 files changed, 0 insertions, 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