hi there. is there a (command-line-) way to insert a module including its dependencies in a database? for example starting from a fresh virtualenv:
pip2 install trytond-sale venv/bin/trytond -c my_config create database in client (123) venv/bin/trytond -c my_config -u sale -d 123 this complains about all the dependencies of sale being missed... is there a chance to install modules from command line without knowing all deps?
