c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34196
[Bug 868334] Re: account_tax_expense_include module breaks purchase
** Branch linked: lp:openobject-addons/extra-trunk
--
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