← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 868334] Re: account_tax_expense_include module breaks purchase

 

Hello,

It has been fixed in lp:openobject-addons/extra-trunk  branch with following revision no and info.
5472 amp@xxxxxxxxxxx-20111007094210-zrrf1n6zmfz8bxro

Thanks.


** Changed in: openobject-addons
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/868334

Title:
  account_tax_expense_include module breaks purchase

Status in OpenERP Addons (modules):
  Fix Released

Bug description:
  After installation of module Purchase Orders no longer works.
  To fix need: change in account_tax_expense_include.py line 46
  - if (partner.employee and tax.expense_include) or tax.price_include:
  + if (partner and partner.employee and tax.expense_include) or tax.price_include:

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/868334/+subscriptions


References