I have extended existing model (product.uom) in a module, and I would like to initialize data to a new field in a xml import using external id to do that, but the import fails to bring data to the new field. No error is raised, just no data is loaded.
Is there some mechanism that "protects" records created in another module from being updated by another module, or should I be able to update existing records using normal xml import?
maybe original record has noupdate="1" property on record tag?