Comment 14 for bug 582988

Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) wrote : Re: [6.0] Analytic account lines not being created for account moves

Hello Borja,

Yes you are correct If there is an multiple ids of account.move to be validated it will just create analytic lines for only last move ! Because of "move" variable in loop..

And debit, credit, balance fields on account.analytic.account are function field with store=True but it does not work properly. For e.g if you create invoice with analytic account X, Its debit,credit,balance entry does not updated (I mean its functions _balance_calc, _debit_calc, ... not called) ....So we can use store={} feature in analytic account fields...

vra can you check it ?

thanks,
mra