[FIX] data_nature_importer: readd job manager

This commit is contained in:
Niels Göttsch 2026-05-21 11:20:18 +02:00 committed by madmooose
parent a429bf26bb
commit 7ff88653a8

View file

@ -14,7 +14,7 @@ class ProductTemplate(models.Model):
def action_sync_datanature_information(self):
for product in self:
product._sync_dn_information()
product.with_delay()._sync_dn_information()
def _get_dn_metadata(self):
self.ensure_one()