Comment 5 for bug 570132

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Hello MRA,

Would you please revert the patch you committed and check with the attached patch?

Plus, things like:
if 'account_tax_id' in vals and vals['account_tax_id']:
Have to be replaced by
vals('account_tax_id',False):

Thanks.