You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO: document this
if ('import_processed' in self.target_model.fields_get_keys()):
# hook for objects needing to be set as processed through import
self.odooenv.cr.execute(
'update %s set import_processed = False' % toString(self.target_model._table))
self.odooenv.cr.commit()
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: