odoo/upgrade-util#499

Created by Luis González [Vauxoo]

Blocked

label
vauxoo-dev:ensure_xmlid_match_record_noupdate-luisg
head
5efb9f08658afded04848b5defd2b807d917dbaf
odoo/upgrade-util
master #499 missing r+

[IMP] util.ensure_xmlid_match_record: allow setting the noupdate flag

The external IDs were always created as noupdate, now the flag can be specified:
- If it doesn't exist, it's created with the given flag, True by default (as before)
- If it already exists, the flag is only updated if it's explicitly set