Dears,
I would like to know if it's possible to create a module or a script to update and install more than one module in the same time? That is to say, instead of to update each module separately, when i update the module that i want to create it should automatically update the other modules.
I tried to create an empty module that i named update_modules and i put in the _openerp_.py file at the dépends level "depends" : [ "base", "sale", ],
but it doesn't work.
Thank you,