diff options
| -rw-r--r-- | indoteknik_custom/models/stock_scheduler_compute.py | 6 |
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 |
