Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1989 Weergaven

We been importing some customers old ERP data via JSON RPC and generating external ids to database. Like the importer does, except we add own module to ir.model.data  

Example data is:

{"name": "EXTERNAL_ID",                "model": "product.template",                "module": "erp_importer",                "noupdate": False,                "res_id": "20"}

But now we get erros when we are trying to update our erp_importer module, because noupdate is False. It can be changed to True and after that it works well.

Now we are wondering what is the purpose of noupdate?

Avatar
Annuleer