Whenever we update a module in Odoo, all its XML file gets loaded and updated to the latest version of code available. So we provide a no update attribute with the data tag in our xml if we want to avoid updating to any datas or code within our xml file (say in the case of sequence number generation).
#odooxml #odoo14
By adding the noupdate attribute further updations to the record becomes restricted while updations. In order to make it possible we’ll use the function tag in xml and remove the noupdate value as True, make the updations and make the noupdate value as True again.
So, in this video we’ll discussing in short how we can execute it.
#Update #noupdate #Record #Odoo #XML #Odoo #XML