Hello Paul,

Am Mittwoch, den 27.10.2010, 14:35 +0200 schrieb Paul J Stevens:
> I'm trying to use the wizard to reconcile two movelines using Proteus.
> But I'm not sure how to do this correctly:
> given two posted lines, both on the same journal:
> models = ModelList()
> models.append(line1)
> models.append(line2)
> Wizard('account.move.reconcile_lines', models=models)
did you try:

models = []
models.append(line1)
models.append(line2)
Wizard('account.move.reconcile_lines', models=models)

Cheers
-- 
Udo Spallek

------------------------------------
virtual things
Preisler & Spallek GbR
Munich - Aix-la-Chapelle

Windeckstr. 77
81375 Munich - Germany
Tel: +49 (89) 710 481 55
Fax: +49 (89) 710 481 56

[email protected]
http://www.virtual-things.biz


-- 
[email protected] mailing list

Reply via email to