[FIX] data_nature_importer: readd job manager
This commit is contained in:
parent
a429bf26bb
commit
7ff88653a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue