Odooenv have a new class OdooSession which connect to a database to do administrative task.
One of these task is to install a module in a database.
The main objetive of this issue is to add a new function:
def install_module(self, module_name)
to the OdooSession class.