> > > > Just create and xml file, and add a record with the following id: > > > > module_name.xml_id_you_want_to_override > > > > This will update the existing record with the field values you defined > on you xml file > > Except if you are changin an already set value than it will just > generate a warning because the system can not know which one is right. > > Hi Cédric,
Sergi's suggestion did actually work for my purposes. What I wanted to do, was have my list of <record>s replace the ones provided in my parent module. Even though my list is shorter, tagging them with the modulename.xml_id seems to have caused none of the parent's xml to be loaded - rather, it was loaded and then deleted when my module was loaded. A bit roundabout, but my objective has been achieved. Thanks for the heads-up on that special case though. -- Marc
