I have a module already installed inside my project with a couple of new tables. Now, I want to add XML associated with these tables to create menu items. In my openerp.py, I had this code: Now, I want to add a new file containing my XML: trips.xml looks like this: I restarted the server and also updated my main package, but the new XML is not loaded into the application. Also, there are no errors inside my logs. Of course, if I uninstall -> reinstall it, my XML is loaded and my menu items are added, but I lose precious data. |
What do you mean 'updated my main package'? You need to upgrade your module, the custom one that has all this code in it.
Hey,
Sorry for the naming, I updated my custom module yep!