thanks sergi, will only install necessary modules and run --all...
On Tuesday, November 18, 2014 3:17:42 PM UTC+1, Sergi Almacellas Abellana wrote: > > El 17/11/14 a les 16:12, Simon Klemenc ha escrit: > > 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? > AFAIK no. Just copy all the modules in the error message and add them to > the -u option. > > Hope it helps. > > -- > Sergi Almacellas Abellana > www.koolpi.com > Twitter: @pokoli_srk >
