Comment 11 for bug 582988

Revision history for this message
Borja López Soilán (NeoPolus) (borjals) wrote : Re: [6.0] Analytic account lines not being created for account moves

vra, just call the account.validate() method with a list of ids instead of a single id.
It will validate all the records, but create the analytic move only for the last record.

Thankfully it seems that the average user will not cause the validation of more than one entry at the time (that's why you can't reproduce it), but if any module or script tries to do a batch validation of several entries... :(