A workaround for the bug. It does not fix root cause but while waiting will allows people to work:
- company_currency = inv.company_id.currency_id.id + # workaround of bug no 1111298 + company_currency = self.pool['res.company'].browse(cr, uid, inv.company_id.id).currency_id.id + # company_currency = inv.company_id.currency_id.id
Regards
Nicolas
A workaround for the bug. It does not fix root cause but while waiting will allows people to work:
- company_currency = inv.company_ id.currency_ id.id 'res.company' ].browse( cr, uid, inv.company_ id.id). currency_ id.id id.currency_ id.id
+ # workaround of bug no 1111298
+ company_currency = self.pool[
+ # company_currency = inv.company_
Regards
Nicolas