On 13 Nov 10:26, Sergi Almacellas Abellana wrote:
> El 13/11/14 a les 10:10, Αργύρης Ξηρός ha escrit:
> >Τη Τετάρτη, 12 Νοεμβρίου 2014 1:20:06 μ.μ. UTC+2, ο χρήστης Cédric Krier
> >έγραψε:
> >
> >    I did a migration from 3.0 to 3.4 and one from 2.8 to 3.4 without
> >    real problem.
> >
> >
> >Ok, i make a copy of my db and named it "tryton34" but a problem appeared.
> >(btw i am using postgreSQL us my database)
> >
> >When doing: "trytond -d tryton34 --all -u account_invoice_stock" i get
> >an error of
> >"psycopg2.ProgrammingError: column a.fs_values does not exist
> >LINE 1: ... "create_date", "a"."write_date" AS "write_date", "a"."fs_va..."
> >
> >for the step "INFO:modules:account_invoice_stock:register stock.move"
> >
> >Am i missing something? or am i doing something wrong?
> If you use -u account_invoice_stock it will only upgrade the account_invoice
> upgrade module.
> 
> To upgrade all the modules use:
> 
> "trytond -d tryton34 --all"

No, it has to add -u account_invoice_stock because it is a new required
module but indeed the order of argument is important "--all" must be
placed after "-u" otherwise "--all" is erased.
So try:

    trytond -d tryton34 -u account_invoice_stock --all

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: [email protected]
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgpn_JEEVo9Xi.pgp
Description: PGP signature

Reply via email to