← Back to team overview

openerp-community-reviewer team mailing list archive

Re: lp:~akretion-team/account-invoicing/70-add-invoice_fiscal_position_update into lp:account-invoicing

 

@Ronald,

on a later though, yes, recomputing invoice lines is certainly slow with the computed field chains as I just mentioned (write on lines recomputing invoice values which depends itself of the lines values, exploding exponentially) and the patch I presented can certainly help as it did in our case when it's too slow. But in fact, on the contrary doing it in an on_change shouldn't recompute the computed fields before saving, so unlike to what I said, doing it is an on_change is unlikely to make things any slower. So sorry, my objection was wrong.
-- 
https://code.launchpad.net/~akretion-team/account-invoicing/70-add-invoice_fiscal_position_update/+merge/200358
Your team Account Core Editors is subscribed to branch lp:account-invoicing.


References