mirror of
https://github.com/ae-utbm/sith.git
synced 2025-10-09 16:24:39 +00:00
feat: automatic product counters edition
This commit is contained in:
@@ -1377,7 +1377,6 @@ class ScheduledProductAction(PeriodicTask):
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("Product scheduled action")
|
||||
ordering = ["-clocked"]
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
self._meta.get_field("task").choices = get_product_actions()
|
||||
|
Reference in New Issue
Block a user